public class GeneratorConfig extends Object
| Constructor and Description |
|---|
GeneratorConfig(Properties properties,
String name,
org.eclipse.jkube.kit.config.resource.ProcessorConfig config) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(org.eclipse.jkube.kit.common.Configs.Config key)
Get a configuration value
|
String |
get(org.eclipse.jkube.kit.common.Configs.Config key,
String defaultVal)
Get a config value with a default
|
public GeneratorConfig(Properties properties, String name, org.eclipse.jkube.kit.config.resource.ProcessorConfig config)
public String get(org.eclipse.jkube.kit.common.Configs.Config key)
key - key to lookup. If it implements also DefaultValueProvider then use this for a default valueCopyright © 2022. All rights reserved.