All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToVolumeAttributes(Map<String,String> map) |
A |
addToVolumeAttributes(String key,
String value) |
LocalObjectReference |
buildNodePublishSecretRef() |
protected void |
copyInstance(CSIVolumeSource instance) |
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> |
editNodePublishSecretRef() |
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> |
editOrNewNodePublishSecretRef() |
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> |
editOrNewNodePublishSecretRefLike(LocalObjectReference item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDriver() |
String |
getFsType() |
Boolean |
getReadOnly() |
Map<String,String> |
getVolumeAttributes() |
boolean |
hasAdditionalProperties() |
boolean |
hasDriver() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasNodePublishSecretRef() |
boolean |
hasReadOnly() |
boolean |
hasVolumeAttributes() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromVolumeAttributes(Map<String,String> map) |
A |
removeFromVolumeAttributes(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDriver(String driver) |
A |
withFsType(String fsType) |
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> |
withNewNodePublishSecretRef() |
A |
withNewNodePublishSecretRef(String name) |
CSIVolumeSourceFluent.NodePublishSecretRefNested<A> |
withNewNodePublishSecretRefLike(LocalObjectReference item) |
A |
withNodePublishSecretRef(LocalObjectReference nodePublishSecretRef) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
<K,V> A |
withVolumeAttributes(Map<String,String> volumeAttributes) |