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,
String valuesProfileSeparator,
Boolean createTarFile,
Boolean createValuesSchemaFile,
Boolean createReadmeFile,
String extension,
String tarFileClassifier,
String notes,
String inputFolder,
String outputFolder,
ValueReference[] values,
ValuesSchema valuesSchema,
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, String valuesProfileSeparator, Boolean createTarFile, Boolean createValuesSchemaFile, Boolean createReadmeFile, String extension, String tarFileClassifier, String notes, String inputFolder, String outputFolder, ValueReference[] values, ValuesSchema valuesSchema, 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 String getValuesProfileSeparator()
public Boolean getCreateTarFile()
public boolean isCreateTarFile()
public Boolean getCreateValuesSchemaFile()
public boolean isCreateValuesSchemaFile()
public Boolean getCreateReadmeFile()
public boolean isCreateReadmeFile()
public String getExtension()
public String getTarFileClassifier()
public String getNotes()
public String getInputFolder()
public String getOutputFolder()
public ValueReference[] getValues()
public ValuesSchema getValuesSchema()
public HelmExpression[] getExpressions()
public AddIfStatement[] getAddIfStatements()
public static HelmChartConfigBuilder newHelmChartConfigBuilder()
public static HelmChartConfigBuilder newHelmChartConfigBuilderFromDefaults()
Copyright © 2018–2023 Red Hat. All rights reserved.