public class HelmChartArgsFluentImpl<A extends HelmChartArgsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HelmChartArgsFluent<A>
| Constructor and Description |
|---|
HelmChartArgsFluentImpl() |
HelmChartArgsFluentImpl(HelmChartArgs instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HelmChartArgsFluentImpl()
public HelmChartArgsFluentImpl(HelmChartArgs instance)
public String getChartHome()
getChartHome in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withChartHome(String chartHome)
withChartHome in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasChartHome()
hasChartHome in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getChartName()
getChartName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withChartName(String chartName)
withChartName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasChartName()
hasChartName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getChartRepoName()
getChartRepoName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withChartRepoName(String chartRepoName)
withChartRepoName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasChartRepoName()
hasChartRepoName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getChartRepoUrl()
getChartRepoUrl in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withChartRepoUrl(String chartRepoUrl)
withChartRepoUrl in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasChartRepoUrl()
hasChartRepoUrl in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getChartVersion()
getChartVersion in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withChartVersion(String chartVersion)
withChartVersion in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasChartVersion()
hasChartVersion in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addToExtraArgs(int index, String item)
addToExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A setToExtraArgs(int index, String item)
setToExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addToExtraArgs(String... items)
addToExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addAllToExtraArgs(Collection<String> items)
addAllToExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A removeFromExtraArgs(String... items)
removeFromExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A removeAllFromExtraArgs(Collection<String> items)
removeAllFromExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public List<String> getExtraArgs()
getExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getExtraArg(int index)
getExtraArg in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getFirstExtraArg()
getFirstExtraArg in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getLastExtraArg()
getLastExtraArg in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getMatchingExtraArg(Predicate<String> predicate)
getMatchingExtraArg in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasMatchingExtraArg(Predicate<String> predicate)
hasMatchingExtraArg in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withExtraArgs(List<String> extraArgs)
withExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withExtraArgs(String... extraArgs)
withExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasExtraArgs()
hasExtraArgs in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getHelmBin()
getHelmBin in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withHelmBin(String helmBin)
withHelmBin in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasHelmBin()
hasHelmBin in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getHelmHome()
getHelmHome in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withHelmHome(String helmHome)
withHelmHome in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasHelmHome()
hasHelmHome in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getReleaseName()
getReleaseName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withReleaseName(String releaseName)
withReleaseName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasReleaseName()
hasReleaseName in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getReleaseNamespace()
getReleaseNamespace in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withReleaseNamespace(String releaseNamespace)
withReleaseNamespace in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasReleaseNamespace()
hasReleaseNamespace in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getValues()
getValues in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withValues(String values)
withValues in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasValues()
hasValues in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addToValuesLocal(String key, Object value)
addToValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addToValuesLocal(Map<String,Object> map)
addToValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A removeFromValuesLocal(String key)
removeFromValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A removeFromValuesLocal(Map<String,Object> map)
removeFromValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Map<String,Object> getValuesLocal()
getValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public <K,V> A withValuesLocal(Map<String,Object> valuesLocal)
withValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasValuesLocal()
hasValuesLocal in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public String getValuesMerge()
getValuesMerge in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A withValuesMerge(String valuesMerge)
withValuesMerge in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasValuesMerge()
hasValuesMerge in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HelmChartArgsFluent<A extends HelmChartArgsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmChartArgsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmChartArgsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.