Package io.fabric8.kubernetes.api.model
Class DoneableCinderPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.CinderPersistentVolumeSourceFluentImpl<DoneableCinderPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableCinderPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableCinderPersistentVolumeSource>,Visitable<DoneableCinderPersistentVolumeSource>,CinderPersistentVolumeSourceFluent<DoneableCinderPersistentVolumeSource>,Doneable<CinderPersistentVolumeSource>
public class DoneableCinderPersistentVolumeSource extends CinderPersistentVolumeSourceFluentImpl<DoneableCinderPersistentVolumeSource> implements Doneable<CinderPersistentVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.CinderPersistentVolumeSourceFluentImpl
CinderPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CinderPersistentVolumeSourceFluent
CinderPersistentVolumeSourceFluent.SecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCinderPersistentVolumeSource(Function<CinderPersistentVolumeSource,CinderPersistentVolumeSource> function)DoneableCinderPersistentVolumeSource(CinderPersistentVolumeSource item)DoneableCinderPersistentVolumeSource(CinderPersistentVolumeSource item, Function<CinderPersistentVolumeSource,CinderPersistentVolumeSource> function) -
Method Summary
Modifier and Type Method Description CinderPersistentVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.CinderPersistentVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFsType, getSecretRef, getVolumeID, hasFsType, hasReadOnly, hasSecretRef, hasVolumeID, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewVolumeID, withNewVolumeID, withNewVolumeID, withReadOnly, withSecretRef, withVolumeID
-
Constructor Details
-
DoneableCinderPersistentVolumeSource
public DoneableCinderPersistentVolumeSource(Function<CinderPersistentVolumeSource,CinderPersistentVolumeSource> function) -
DoneableCinderPersistentVolumeSource
public DoneableCinderPersistentVolumeSource(CinderPersistentVolumeSource item, Function<CinderPersistentVolumeSource,CinderPersistentVolumeSource> function) -
DoneableCinderPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<CinderPersistentVolumeSource>
-