public class HelmGlobalsFluentImpl<A extends HelmGlobalsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HelmGlobalsFluent<A>
| Constructor and Description |
|---|
HelmGlobalsFluentImpl() |
HelmGlobalsFluentImpl(HelmGlobals instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getChartHome() |
String |
getConfigHome() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasChartHome() |
Boolean |
hasConfigHome() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withChartHome(String chartHome) |
A |
withConfigHome(String configHome) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic HelmGlobalsFluentImpl()
public HelmGlobalsFluentImpl(HelmGlobals instance)
public String getChartHome()
getChartHome in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public A withChartHome(String chartHome)
withChartHome in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public Boolean hasChartHome()
hasChartHome in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public String getConfigHome()
getConfigHome in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public A withConfigHome(String configHome)
withConfigHome in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public Boolean hasConfigHome()
hasConfigHome in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface HelmGlobalsFluent<A extends HelmGlobalsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmGlobalsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmGlobalsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.