Package io.fabric8.kubernetes.api.model
Class DoneableStorageOSPersistentVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.StorageOSPersistentVolumeSourceFluentImpl<DoneableStorageOSPersistentVolumeSource>
io.fabric8.kubernetes.api.model.DoneableStorageOSPersistentVolumeSource
- All Implemented Interfaces:
Fluent<DoneableStorageOSPersistentVolumeSource>
,Visitable<DoneableStorageOSPersistentVolumeSource>
,Doneable<StorageOSPersistentVolumeSource>
,StorageOSPersistentVolumeSourceFluent<DoneableStorageOSPersistentVolumeSource>
public class DoneableStorageOSPersistentVolumeSource extends StorageOSPersistentVolumeSourceFluentImpl<DoneableStorageOSPersistentVolumeSource> implements Doneable<StorageOSPersistentVolumeSource>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.StorageOSPersistentVolumeSourceFluentImpl
StorageOSPersistentVolumeSourceFluentImpl.SecretRefNestedImpl<N>
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.StorageOSPersistentVolumeSourceFluent
StorageOSPersistentVolumeSourceFluent.SecretRefNested<N>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableStorageOSPersistentVolumeSource(Function<StorageOSPersistentVolumeSource,StorageOSPersistentVolumeSource> function)
DoneableStorageOSPersistentVolumeSource(StorageOSPersistentVolumeSource item)
DoneableStorageOSPersistentVolumeSource(StorageOSPersistentVolumeSource item, Function<StorageOSPersistentVolumeSource,StorageOSPersistentVolumeSource> function)
-
Method Summary
Modifier and Type Method Description StorageOSPersistentVolumeSource
done()
Methods inherited from class io.fabric8.kubernetes.api.model.StorageOSPersistentVolumeSourceFluentImpl
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editSecretRef, equals, getFsType, getSecretRef, getVolumeName, getVolumeNamespace, hasFsType, hasReadOnly, hasSecretRef, hasVolumeName, hasVolumeNamespace, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewReadOnly, withNewReadOnly, withNewSecretRef, withNewSecretRefLike, withNewVolumeName, withNewVolumeName, withNewVolumeName, withNewVolumeNamespace, withNewVolumeNamespace, withNewVolumeNamespace, withReadOnly, withSecretRef, withVolumeName, withVolumeNamespace
-
Constructor Details
-
DoneableStorageOSPersistentVolumeSource
public DoneableStorageOSPersistentVolumeSource(Function<StorageOSPersistentVolumeSource,StorageOSPersistentVolumeSource> function) -
DoneableStorageOSPersistentVolumeSource
public DoneableStorageOSPersistentVolumeSource(StorageOSPersistentVolumeSource item, Function<StorageOSPersistentVolumeSource,StorageOSPersistentVolumeSource> function) -
DoneableStorageOSPersistentVolumeSource
-
-
Method Details
-
done
- Specified by:
done
in interfaceDoneable<StorageOSPersistentVolumeSource>
-