public class BootVolumeFluentImpl<A extends BootVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements BootVolumeFluent<A>
| Constructor and Description |
|---|
BootVolumeFluentImpl() |
BootVolumeFluentImpl(BootVolume 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 |
getEncryptionKey() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasEncryptionKey() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withEncryptionKey(String encryptionKey) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BootVolumeFluentImpl()
public BootVolumeFluentImpl(BootVolume instance)
public String getEncryptionKey()
getEncryptionKey in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public A withEncryptionKey(String encryptionKey)
withEncryptionKey in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public Boolean hasEncryptionKey()
hasEncryptionKey in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface BootVolumeFluent<A extends BootVolumeFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BootVolumeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends BootVolumeFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.