Package io.fabric8.kubernetes.api.model
Class DoneableCinderVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl<DoneableCinderVolumeSource>
io.fabric8.kubernetes.api.model.DoneableCinderVolumeSource
- All Implemented Interfaces:
Fluent<DoneableCinderVolumeSource>,Visitable<DoneableCinderVolumeSource>,CinderVolumeSourceFluent<DoneableCinderVolumeSource>,Doneable<CinderVolumeSource>
public class DoneableCinderVolumeSource extends CinderVolumeSourceFluentImpl<DoneableCinderVolumeSource> implements Doneable<CinderVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl
CinderVolumeSourceFluentImpl.SecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.CinderVolumeSourceFluent
CinderVolumeSourceFluent.SecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableCinderVolumeSource(Function<CinderVolumeSource,CinderVolumeSource> function)DoneableCinderVolumeSource(CinderVolumeSource item)DoneableCinderVolumeSource(CinderVolumeSource item, Function<CinderVolumeSource,CinderVolumeSource> function) -
Method Summary
Modifier and Type Method Description CinderVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.CinderVolumeSourceFluentImpl
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
-
DoneableCinderVolumeSource
-
DoneableCinderVolumeSource
public DoneableCinderVolumeSource(CinderVolumeSource item, Function<CinderVolumeSource,CinderVolumeSource> function) -
DoneableCinderVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<CinderVolumeSource>
-