Package io.fabric8.kubernetes.api.model
Class DoneableScaleIOPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluentImpl<DoneableScaleIOPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableScaleIOPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableScaleIOPersistentVolumeSource>,Visitable<DoneableScaleIOPersistentVolumeSource>,Doneable<ScaleIOPersistentVolumeSource>,ScaleIOPersistentVolumeSourceFluent<DoneableScaleIOPersistentVolumeSource>
public class DoneableScaleIOPersistentVolumeSource extends ScaleIOPersistentVolumeSourceFluentImpl<DoneableScaleIOPersistentVolumeSource> implements Doneable<ScaleIOPersistentVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluentImpl
ScaleIOPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluent
ScaleIOPersistentVolumeSourceFluent.SecretRefNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableScaleIOPersistentVolumeSource(Function<ScaleIOPersistentVolumeSource,ScaleIOPersistentVolumeSource> function)DoneableScaleIOPersistentVolumeSource(ScaleIOPersistentVolumeSource item)DoneableScaleIOPersistentVolumeSource(ScaleIOPersistentVolumeSource item, Function<ScaleIOPersistentVolumeSource,ScaleIOPersistentVolumeSource> function) -
Method Summary
Modifier and Type Method Description ScaleIOPersistentVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.ScaleIOPersistentVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFsType, getGateway, getProtectionDomain, getSecretRef, getStorageMode, getStoragePool, getSystem, getVolumeName, hasFsType, hasGateway, hasProtectionDomain, hasReadOnly, hasSecretRef, hasSslEnabled, hasStorageMode, hasStoragePool, hasSystem, hasVolumeName, isReadOnly, isSslEnabled, withFsType, withGateway, withNewFsType, withNewFsType, withNewFsType, withNewGateway, withNewGateway, withNewGateway, withNewProtectionDomain, withNewProtectionDomain, withNewProtectionDomain, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRef, withNewSecretRefLike, withNewSslEnabled, withNewSslEnabled, withNewStorageMode, withNewStorageMode, withNewStorageMode, withNewStoragePool, withNewStoragePool, withNewStoragePool, withNewSystem, withNewSystem, withNewSystem, withNewVolumeName, withNewVolumeName, withNewVolumeName, withProtectionDomain, withReadOnly, withSecretRef, withSslEnabled, withStorageMode, withStoragePool, withSystem, withVolumeName
-
Constructor Details
-
DoneableScaleIOPersistentVolumeSource
public DoneableScaleIOPersistentVolumeSource(Function<ScaleIOPersistentVolumeSource,ScaleIOPersistentVolumeSource> function) -
DoneableScaleIOPersistentVolumeSource
public DoneableScaleIOPersistentVolumeSource(ScaleIOPersistentVolumeSource item, Function<ScaleIOPersistentVolumeSource,ScaleIOPersistentVolumeSource> function) -
DoneableScaleIOPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ScaleIOPersistentVolumeSource>
-