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