public class VolumeAttachmentSourceFluentImpl<A extends VolumeAttachmentSourceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements VolumeAttachmentSourceFluent<A>
| Constructor and Description |
|---|
VolumeAttachmentSourceFluentImpl() |
VolumeAttachmentSourceFluentImpl(VolumeAttachmentSource 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.PersistentVolumeSpec |
getInlineVolumeSpec() |
String |
getPersistentVolumeName() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasInlineVolumeSpec() |
Boolean |
hasPersistentVolumeName() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withInlineVolumeSpec(io.fabric8.kubernetes.api.model.PersistentVolumeSpec inlineVolumeSpec) |
A |
withNewPersistentVolumeName(String arg0)
Deprecated.
|
A |
withPersistentVolumeName(String persistentVolumeName) |
public VolumeAttachmentSourceFluentImpl()
public VolumeAttachmentSourceFluentImpl(VolumeAttachmentSource instance)
public io.fabric8.kubernetes.api.model.PersistentVolumeSpec getInlineVolumeSpec()
getInlineVolumeSpec in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public A withInlineVolumeSpec(io.fabric8.kubernetes.api.model.PersistentVolumeSpec inlineVolumeSpec)
withInlineVolumeSpec in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public Boolean hasInlineVolumeSpec()
hasInlineVolumeSpec in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public String getPersistentVolumeName()
getPersistentVolumeName in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public A withPersistentVolumeName(String persistentVolumeName)
withPersistentVolumeName in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public Boolean hasPersistentVolumeName()
hasPersistentVolumeName in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>@Deprecated public A withNewPersistentVolumeName(String arg0)
withNewPersistentVolumeName in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface VolumeAttachmentSourceFluent<A extends VolumeAttachmentSourceFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.