Package io.fabric8.kubernetes.api.model
Class CinderVolumeSourceFluentImpl<A extends CinderVolumeSourceFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,CinderVolumeSourceFluent<A>
- Direct Known Subclasses:
CinderVolumeSourceBuilder
,VolumeFluentImpl.CinderNestedImpl
,WatchEventFluentImpl.CinderVolumeSourceObjectNestedImpl
public class CinderVolumeSourceFluentImpl<A extends CinderVolumeSourceFluent<A>> extends BaseFluent<A> implements CinderVolumeSourceFluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
CinderVolumeSourceFluentImpl.SecretRefNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CinderVolumeSourceFluent
CinderVolumeSourceFluent.SecretRefNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description CinderVolumeSourceFluentImpl()
CinderVolumeSourceFluentImpl(CinderVolumeSource instance)
-
Method Summary
-
-
-
Constructor Detail
-
CinderVolumeSourceFluentImpl
public CinderVolumeSourceFluentImpl()
-
CinderVolumeSourceFluentImpl
public CinderVolumeSourceFluentImpl(CinderVolumeSource instance)
-
-
Method Detail
-
getFsType
public String getFsType()
- Specified by:
getFsType
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsType
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsType
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsType
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsType
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsType
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnly
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnly
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnly
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnly
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnly
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
- Returns:
- The buildable object.
-
buildSecretRef
public LocalObjectReference buildSecretRef()
- Specified by:
buildSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
- Specified by:
withSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name)
- Specified by:
withNewSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewSecretRef
public CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewSecretRefLike
public CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
- Specified by:
withNewSecretRefLike
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
editSecretRef
public CinderVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
editOrNewSecretRef
public CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRef
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewSecretRefLike
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
getVolumeID
public String getVolumeID()
- Specified by:
getVolumeID
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withVolumeID
public A withVolumeID(String volumeID)
- Specified by:
withVolumeID
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasVolumeID
public Boolean hasVolumeID()
- Specified by:
hasVolumeID
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(String arg1)
- Specified by:
withNewVolumeID
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuilder arg1)
- Specified by:
withNewVolumeID
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuffer arg1)
- Specified by:
withNewVolumeID
in interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
-