public class FlexPersistentVolumeSourceFluentImpl<A extends FlexPersistentVolumeSourceFluent<A>> extends BaseFluent<A> implements FlexPersistentVolumeSourceFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
FlexPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N> |
FlexPersistentVolumeSourceFluent.SecretRefNested<N>_visitables| Constructor and Description |
|---|
FlexPersistentVolumeSourceFluentImpl() |
FlexPersistentVolumeSourceFluentImpl(FlexPersistentVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToOptions(java.util.Map<java.lang.String,java.lang.String> map) |
A |
addToOptions(java.lang.String key,
java.lang.String value) |
SecretReference |
buildSecretRef() |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRef() |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
editOrNewSecretRefLike(SecretReference item) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
editSecretRef() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDriver() |
java.lang.String |
getFsType() |
java.util.Map<java.lang.String,java.lang.String> |
getOptions() |
SecretReference |
getSecretRef()
Deprecated.
|
java.lang.Boolean |
hasDriver() |
java.lang.Boolean |
hasFsType() |
java.lang.Boolean |
hasOptions() |
java.lang.Boolean |
hasReadOnly() |
java.lang.Boolean |
hasSecretRef() |
java.lang.Boolean |
isReadOnly() |
A |
removeFromOptions(java.util.Map<java.lang.String,java.lang.String> map) |
A |
removeFromOptions(java.lang.String key) |
A |
withDriver(java.lang.String driver) |
A |
withFsType(java.lang.String fsType) |
A |
withNewDriver(java.lang.String arg1) |
A |
withNewDriver(java.lang.StringBuffer arg1) |
A |
withNewDriver(java.lang.StringBuilder arg1) |
A |
withNewFsType(java.lang.String arg1) |
A |
withNewFsType(java.lang.StringBuffer arg1) |
A |
withNewFsType(java.lang.StringBuilder arg1) |
A |
withNewReadOnly(boolean arg1) |
A |
withNewReadOnly(java.lang.String arg1) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRef() |
A |
withNewSecretRef(java.lang.String name,
java.lang.String namespace) |
FlexPersistentVolumeSourceFluent.SecretRefNested<A> |
withNewSecretRefLike(SecretReference item) |
A |
withOptions(java.util.Map<java.lang.String,java.lang.String> options) |
A |
withReadOnly(java.lang.Boolean readOnly) |
A |
withSecretRef(SecretReference secretRef) |
public FlexPersistentVolumeSourceFluentImpl()
public FlexPersistentVolumeSourceFluentImpl(FlexPersistentVolumeSource instance)
public java.lang.String getDriver()
getDriver in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withDriver(java.lang.String driver)
withDriver in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasDriver()
hasDriver in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewDriver(java.lang.String arg1)
withNewDriver in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewDriver(java.lang.StringBuilder arg1)
withNewDriver in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewDriver(java.lang.StringBuffer arg1)
withNewDriver in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.String getFsType()
getFsType in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withFsType(java.lang.String fsType)
withFsType in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasFsType()
hasFsType in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewFsType(java.lang.String arg1)
withNewFsType in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuilder arg1)
withNewFsType in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewFsType(java.lang.StringBuffer arg1)
withNewFsType in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A addToOptions(java.lang.String key, java.lang.String value)
addToOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A addToOptions(java.util.Map<java.lang.String,java.lang.String> map)
addToOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A removeFromOptions(java.lang.String key)
removeFromOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A removeFromOptions(java.util.Map<java.lang.String,java.lang.String> map)
removeFromOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.util.Map<java.lang.String,java.lang.String> getOptions()
getOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withOptions(java.util.Map<java.lang.String,java.lang.String> options)
withOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasOptions()
hasOptions in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.Boolean isReadOnly()
isReadOnly in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withReadOnly(java.lang.Boolean readOnly)
withReadOnly in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasReadOnly()
hasReadOnly in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewReadOnly(java.lang.String arg1)
withNewReadOnly in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewReadOnly(boolean arg1)
withNewReadOnly in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>@Deprecated public SecretReference getSecretRef()
getSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public SecretReference buildSecretRef()
buildSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withSecretRef(SecretReference secretRef)
withSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public java.lang.Boolean hasSecretRef()
hasSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public A withNewSecretRef(java.lang.String name, java.lang.String namespace)
withNewSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public FlexPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
withNewSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public FlexPersistentVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(SecretReference item)
withNewSecretRefLike in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public FlexPersistentVolumeSourceFluent.SecretRefNested<A> editSecretRef()
editSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public FlexPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
editOrNewSecretRef in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public FlexPersistentVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(SecretReference item)
editOrNewSecretRefLike in interface FlexPersistentVolumeSourceFluent<A extends FlexPersistentVolumeSourceFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.