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) |
LocalObjectReference |
buildSecretRef() |
FlexVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
FlexVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(LocalObjectReference item) |
FlexVolumeSourceFluent.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) |
FlexVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(String name) |
FlexVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(LocalObjectReference item) |
<K,V> A |
withOptions(Map<String,String> options) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withSecretRef(LocalObjectReference secretRef) |