Class V1CinderVolumeSourceFluentImpl<A extends V1CinderVolumeSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CinderVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1CinderVolumeSourceFluent<A>
- Direct Known Subclasses:
V1CinderVolumeSourceBuilder
public class V1CinderVolumeSourceFluentImpl<A extends V1CinderVolumeSourceFluent<A>>
extends BaseFluent<A>
implements V1CinderVolumeSourceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CinderVolumeSourceFluent
V1CinderVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1CinderVolumeSourceFluentImpl
(io.kubernetes.client.openapi.models.V1CinderVolumeSource instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LocalObjectReference
editOrNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) boolean
io.kubernetes.client.openapi.models.V1LocalObjectReference
Deprecated.int
hashCode()
toString()
withFsType
(String fsType) withNewSecretRefLike
(io.kubernetes.client.openapi.models.V1LocalObjectReference item) withReadOnly
(Boolean readOnly) withSecretRef
(io.kubernetes.client.openapi.models.V1LocalObjectReference secretRef) withVolumeID
(String volumeID) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CinderVolumeSourceFluentImpl
public V1CinderVolumeSourceFluentImpl() -
V1CinderVolumeSourceFluentImpl
public V1CinderVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1CinderVolumeSource instance)
-
-
Method Details
-
getFsType
- Specified by:
getFsType
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
getReadOnly
- Specified by:
getReadOnly
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
hasReadOnly
- Specified by:
hasReadOnly
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
getSecretRef
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public io.kubernetes.client.openapi.models.V1LocalObjectReference buildSecretRef()- Specified by:
buildSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
withSecretRef
- Specified by:
withSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
hasSecretRef
- Specified by:
hasSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
withNewSecretRef
- Specified by:
withNewSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
withNewSecretRefLike
public V1CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
withNewSecretRefLike
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
editSecretRef
- Specified by:
editSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
editOrNewSecretRef
- Specified by:
editOrNewSecretRef
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public V1CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) - Specified by:
editOrNewSecretRefLike
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
getVolumeID
- Specified by:
getVolumeID
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
withVolumeID
- Specified by:
withVolumeID
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
hasVolumeID
- Specified by:
hasVolumeID
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1CinderVolumeSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1CinderVolumeSourceFluent<A>>
-
toString
-
withReadOnly
- Specified by:
withReadOnly
in interfaceV1CinderVolumeSourceFluent<A extends V1CinderVolumeSourceFluent<A>>
-