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 |
addToOptions(Map<String,String> map) |
A |
addToOptions(String key,
String value) |
SecretReference |
buildSecretRef() |
protected void |
copyInstance(FlexPersistentVolumeSource instance) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(SecretReference item) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDriver() |
String |
getFsType() |
Map<String,String> |
getOptions() |
Boolean |
getReadOnly() |
boolean |
hasAdditionalProperties() |
boolean |
hasDriver() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasOptions() |
boolean |
hasReadOnly() |
boolean |
hasSecretRef() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromOptions(Map<String,String> map) |
A |
removeFromOptions(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withDriver(String driver) |
A |
withFsType(String fsType) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String name,
String namespace) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(SecretReference item) |
<K,V> A |
withOptions(Map<String,String> options) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretRef(SecretReference secretRef) |