Class V1FlexVolumeSourceFluentImpl<A extends V1FlexVolumeSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1FlexVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1FlexVolumeSourceFluent<A>
- Direct Known Subclasses:
V1FlexVolumeSourceBuilder
public class V1FlexVolumeSourceFluentImpl<A extends V1FlexVolumeSourceFluent<A>>
extends BaseFluent<A>
implements V1FlexVolumeSourceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1FlexVolumeSourceFluent
V1FlexVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1FlexVolumeSourceFluentImpl
(io.kubernetes.client.openapi.models.V1FlexVolumeSource instance) -
Method Summary
Modifier and TypeMethodDescriptionaddToOptions
(String key, String value) addToOptions
(Map<String, String> map) io.kubernetes.client.openapi.models.V1LocalObjectReference
editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) boolean
io.kubernetes.client.openapi.models.V1LocalObjectReference
Deprecated.int
hashCode()
removeFromOptions
(String key) removeFromOptions
(Map<String, String> map) toString()
withDriver
(String driver) withFsType
(String fsType) withNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) <K,
V> A withOptions
(Map<String, String> options) withReadOnly
(Boolean readOnly) withSecretRef
(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1FlexVolumeSourceFluentImpl
public V1FlexVolumeSourceFluentImpl() -
V1FlexVolumeSourceFluentImpl
public V1FlexVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1FlexVolumeSource instance)
-
-
Method Details
-
getDriver
- Specified by:
getDriver
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withDriver
- Specified by:
withDriver
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
hasDriver
- Specified by:
hasDriver
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
getFsType
- Specified by:
getFsType
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
addToOptions
- Specified by:
addToOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
addToOptions
- Specified by:
addToOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
removeFromOptions
- Specified by:
removeFromOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
removeFromOptions
- Specified by:
removeFromOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
getOptions
- Specified by:
getOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withOptions
- Specified by:
withOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
hasOptions
- Specified by:
hasOptions
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public io.kubernetes.client.openapi.models.V1LocalObjectReference buildSecretRef()- Specified by:
buildSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withSecretRef
- Specified by:
withSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
hasSecretRef
- Specified by:
hasSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withNewSecretRef
- Specified by:
withNewSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
withNewSecretRefLike
public V1FlexVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
withNewSecretRefLike
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
editSecretRef
- Specified by:
editSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
editOrNewSecretRef
- Specified by:
editOrNewSecretRef
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public V1FlexVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
editOrNewSecretRefLike
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1FlexVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1FlexVolumeSourceFluent<A>>
-
toString
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1FlexVolumeSourceFluent<A extends V1FlexVolumeSourceFluent<A>>
-