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 classCinderVolumeSourceFluentImpl.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:
getFsTypein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withFsType
public A withFsType(String fsType)
- Specified by:
withFsTypein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasFsType
public Boolean hasFsType()
- Specified by:
hasFsTypein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(String arg1)
- Specified by:
withNewFsTypein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuilder arg1)
- Specified by:
withNewFsTypein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewFsType
public A withNewFsType(StringBuffer arg1)
- Specified by:
withNewFsTypein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
isReadOnly
public Boolean isReadOnly()
- Specified by:
isReadOnlyin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withReadOnly
public A withReadOnly(Boolean readOnly)
- Specified by:
withReadOnlyin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasReadOnly
public Boolean hasReadOnly()
- Specified by:
hasReadOnlyin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(String arg1)
- Specified by:
withNewReadOnlyin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewReadOnly
public A withNewReadOnly(boolean arg1)
- Specified by:
withNewReadOnlyin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
getSecretRef
@Deprecated public LocalObjectReference getSecretRef()
Deprecated.This method has been deprecated, please use method buildSecretRef instead.- Specified by:
getSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>- Returns:
- The buildable object.
-
buildSecretRef
public LocalObjectReference buildSecretRef()
- Specified by:
buildSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withSecretRef
public A withSecretRef(LocalObjectReference secretRef)
- Specified by:
withSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasSecretRef
public Boolean hasSecretRef()
- Specified by:
hasSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewSecretRef
public A withNewSecretRef(String name)
- Specified by:
withNewSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewSecretRef
public CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRef()
- Specified by:
withNewSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewSecretRefLike
public CinderVolumeSourceFluent.SecretRefNested<A> withNewSecretRefLike(LocalObjectReference item)
- Specified by:
withNewSecretRefLikein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
editSecretRef
public CinderVolumeSourceFluent.SecretRefNested<A> editSecretRef()
- Specified by:
editSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
editOrNewSecretRef
public CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRef()
- Specified by:
editOrNewSecretRefin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
editOrNewSecretRefLike
public CinderVolumeSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(LocalObjectReference item)
- Specified by:
editOrNewSecretRefLikein interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
getVolumeID
public String getVolumeID()
- Specified by:
getVolumeIDin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withVolumeID
public A withVolumeID(String volumeID)
- Specified by:
withVolumeIDin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
hasVolumeID
public Boolean hasVolumeID()
- Specified by:
hasVolumeIDin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(String arg1)
- Specified by:
withNewVolumeIDin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuilder arg1)
- Specified by:
withNewVolumeIDin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
withNewVolumeID
public A withNewVolumeID(StringBuffer arg1)
- Specified by:
withNewVolumeIDin interfaceCinderVolumeSourceFluent<A extends CinderVolumeSourceFluent<A>>
-
-