public class BuildVolumeSourceFluentImpl<A extends BuildVolumeSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BuildVolumeSourceFluent<A>
| Constructor and Description |
|---|
BuildVolumeSourceFluentImpl() |
BuildVolumeSourceFluentImpl(BuildVolumeSource 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() |
io.fabric8.kubernetes.api.model.ConfigMapVolumeSource |
getConfigMap() |
io.fabric8.kubernetes.api.model.SecretVolumeSource |
getSecret() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasConfigMap() |
int |
hashCode() |
Boolean |
hasSecret() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withConfigMap(io.fabric8.kubernetes.api.model.ConfigMapVolumeSource configMap) |
A |
withSecret(io.fabric8.kubernetes.api.model.SecretVolumeSource secret) |
A |
withType(String type) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BuildVolumeSourceFluentImpl()
public BuildVolumeSourceFluentImpl(BuildVolumeSource instance)
public io.fabric8.kubernetes.api.model.ConfigMapVolumeSource getConfigMap()
getConfigMap in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A withConfigMap(io.fabric8.kubernetes.api.model.ConfigMapVolumeSource configMap)
withConfigMap in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public Boolean hasConfigMap()
hasConfigMap in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public io.fabric8.kubernetes.api.model.SecretVolumeSource getSecret()
getSecret in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A withSecret(io.fabric8.kubernetes.api.model.SecretVolumeSource secret)
withSecret in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public Boolean hasSecret()
hasSecret in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public String getType()
getType in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A withType(String type)
withType in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public Boolean hasType()
hasType in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface BuildVolumeSourceFluent<A extends BuildVolumeSourceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BuildVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BuildVolumeSourceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.