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