public class HelmChartConfig extends Configuration
| Constructor and Description |
|---|
HelmChartConfig() |
HelmChartConfig(Project project,
Map<ConfigKey,Object> attributes,
Boolean enabled,
String name,
String home,
String[] sources,
String version,
String description,
String[] keywords,
Maintainer[] maintainers,
String icon,
String apiVersion,
String condition,
String tags,
String appVersion,
Boolean deprecated,
Annotation[] annotations,
String kubeVersion,
HelmDependency[] dependencies,
String type,
String valuesRootAlias,
Boolean createTarFile,
String extension,
String tarFileClassifier,
String notes,
String inputFolder,
String outputFolder,
ValueReference[] values,
HelmExpression[] expressions,
AddIfStatement[] addIfStatements) |
entrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic HelmChartConfig()
public HelmChartConfig(Project project, Map<ConfigKey,Object> attributes, Boolean enabled, String name, String home, String[] sources, String version, String description, String[] keywords, Maintainer[] maintainers, String icon, String apiVersion, String condition, String tags, String appVersion, Boolean deprecated, Annotation[] annotations, String kubeVersion, HelmDependency[] dependencies, String type, String valuesRootAlias, Boolean createTarFile, String extension, String tarFileClassifier, String notes, String inputFolder, String outputFolder, ValueReference[] values, HelmExpression[] expressions, AddIfStatement[] addIfStatements)
public Boolean getEnabled()
public boolean isEnabled()
public String getName()
public String getHome()
public String[] getSources()
public String getVersion()
public String getDescription()
public String[] getKeywords()
public Maintainer[] getMaintainers()
public String getIcon()
public String getApiVersion()
public String getCondition()
public String getTags()
public String getAppVersion()
public Boolean getDeprecated()
public boolean isDeprecated()
public Annotation[] getAnnotations()
public String getKubeVersion()
public HelmDependency[] getDependencies()
public String getType()
public String getValuesRootAlias()
public Boolean getCreateTarFile()
public boolean isCreateTarFile()
public String getExtension()
public String getTarFileClassifier()
public String getNotes()
public String getInputFolder()
public String getOutputFolder()
public ValueReference[] getValues()
public HelmExpression[] getExpressions()
public AddIfStatement[] getAddIfStatements()
public static HelmChartConfigBuilder newHelmChartConfigBuilder()
public static HelmChartConfigBuilder newHelmChartConfigBuilderFromDefaults()
Copyright © 2018–2023 Red Hat. All rights reserved.