Package io.fabric8.kubernetes.api.model
Class DoneableGCEPersistentDiskVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl<DoneableGCEPersistentDiskVolumeSource>
io.fabric8.kubernetes.api.model.DoneableGCEPersistentDiskVolumeSource
- All Implemented Interfaces:
Fluent<DoneableGCEPersistentDiskVolumeSource>,Visitable<DoneableGCEPersistentDiskVolumeSource>,Doneable<GCEPersistentDiskVolumeSource>,GCEPersistentDiskVolumeSourceFluent<DoneableGCEPersistentDiskVolumeSource>
public class DoneableGCEPersistentDiskVolumeSource extends GCEPersistentDiskVolumeSourceFluentImpl<DoneableGCEPersistentDiskVolumeSource> implements Doneable<GCEPersistentDiskVolumeSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableGCEPersistentDiskVolumeSource(Function<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSource> function)DoneableGCEPersistentDiskVolumeSource(GCEPersistentDiskVolumeSource item)DoneableGCEPersistentDiskVolumeSource(GCEPersistentDiskVolumeSource item, Function<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSource> function) -
Method Summary
Modifier and Type Method Description GCEPersistentDiskVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.GCEPersistentDiskVolumeSourceFluentImpl
equals, getFsType, getPartition, getPdName, hasFsType, hasPartition, hasPdName, hasReadOnly, isReadOnly, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPartition, withNewPartition, withNewPdName, withNewPdName, withNewPdName, withNewReadOnly, withNewReadOnly, withPartition, withPdName, withReadOnly
-
Constructor Details
-
DoneableGCEPersistentDiskVolumeSource
public DoneableGCEPersistentDiskVolumeSource(Function<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSource> function) -
DoneableGCEPersistentDiskVolumeSource
public DoneableGCEPersistentDiskVolumeSource(GCEPersistentDiskVolumeSource item, Function<GCEPersistentDiskVolumeSource,GCEPersistentDiskVolumeSource> function) -
DoneableGCEPersistentDiskVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<GCEPersistentDiskVolumeSource>
-