public class HelmChartFluentImpl<A extends HelmChartFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HelmChartFluent<A>
| Constructor and Description |
|---|
HelmChartFluentImpl() |
HelmChartFluentImpl(HelmChart instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HelmChartFluentImpl()
public HelmChartFluentImpl(HelmChart instance)
public A addToAdditionalValuesFiles(int index, String item)
addToAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A setToAdditionalValuesFiles(int index, String item)
setToAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToAdditionalValuesFiles(String... items)
addToAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addAllToAdditionalValuesFiles(Collection<String> items)
addAllToAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeFromAdditionalValuesFiles(String... items)
removeFromAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeAllFromAdditionalValuesFiles(Collection<String> items)
removeAllFromAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public List<String> getAdditionalValuesFiles()
getAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getAdditionalValuesFile(int index)
getAdditionalValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getFirstAdditionalValuesFile()
getFirstAdditionalValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getLastAdditionalValuesFile()
getLastAdditionalValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getMatchingAdditionalValuesFile(Predicate<String> predicate)
getMatchingAdditionalValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasMatchingAdditionalValuesFile(Predicate<String> predicate)
hasMatchingAdditionalValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withAdditionalValuesFiles(List<String> additionalValuesFiles)
withAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withAdditionalValuesFiles(String... additionalValuesFiles)
withAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasAdditionalValuesFiles()
hasAdditionalValuesFiles in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToApiVersions(int index, String item)
addToApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public A setToApiVersions(int index, String item)
setToApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToApiVersions(String... items)
addToApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addAllToApiVersions(Collection<String> items)
addAllToApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeFromApiVersions(String... items)
removeFromApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeAllFromApiVersions(Collection<String> items)
removeAllFromApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public List<String> getApiVersions()
getApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getApiVersion(int index)
getApiVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getFirstApiVersion()
getFirstApiVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getLastApiVersion()
getLastApiVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getMatchingApiVersion(Predicate<String> predicate)
getMatchingApiVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasMatchingApiVersion(Predicate<String> predicate)
hasMatchingApiVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withApiVersions(List<String> apiVersions)
withApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withApiVersions(String... apiVersions)
withApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasApiVersions()
hasApiVersions in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean getIncludeCRDs()
getIncludeCRDs in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withIncludeCRDs(Boolean includeCRDs)
withIncludeCRDs in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasIncludeCRDs()
hasIncludeCRDs in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getName()
getName in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withName(String name)
withName in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasName()
hasName in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getNameTemplate()
getNameTemplate in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withNameTemplate(String nameTemplate)
withNameTemplate in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasNameTemplate()
hasNameTemplate in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getNamespace()
getNamespace in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withNamespace(String namespace)
withNamespace in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasNamespace()
hasNamespace in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getReleaseName()
getReleaseName in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withReleaseName(String releaseName)
withReleaseName in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasReleaseName()
hasReleaseName in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getRepo()
getRepo in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withRepo(String repo)
withRepo in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasRepo()
hasRepo in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean getSkipHooks()
getSkipHooks in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withSkipHooks(Boolean skipHooks)
withSkipHooks in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasSkipHooks()
hasSkipHooks in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean getSkipTests()
getSkipTests in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withSkipTests(Boolean skipTests)
withSkipTests in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasSkipTests()
hasSkipTests in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getValuesFile()
getValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withValuesFile(String valuesFile)
withValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasValuesFile()
hasValuesFile in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToValuesInline(String key, Object value)
addToValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToValuesInline(Map<String,Object> map)
addToValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeFromValuesInline(String key)
removeFromValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeFromValuesInline(Map<String,Object> map)
removeFromValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public Map<String,Object> getValuesInline()
getValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public <K,V> A withValuesInline(Map<String,Object> valuesInline)
withValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasValuesInline()
hasValuesInline in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getValuesMerge()
getValuesMerge in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withValuesMerge(String valuesMerge)
withValuesMerge in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasValuesMerge()
hasValuesMerge in interface HelmChartFluent<A extends HelmChartFluent<A>>public String getVersion()
getVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withVersion(String version)
withVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasVersion()
hasVersion in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HelmChartFluent<A extends HelmChartFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmChartFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmChartFluent<A>>public A withIncludeCRDs()
withIncludeCRDs in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withSkipHooks()
withSkipHooks in interface HelmChartFluent<A extends HelmChartFluent<A>>public A withSkipTests()
withSkipTests in interface HelmChartFluent<A extends HelmChartFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.