Package io.fabric8.kubernetes.api.model
Class DoneablePhotonPersistentDiskVolumeSource
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceFluentImpl<DoneablePhotonPersistentDiskVolumeSource>
io.fabric8.kubernetes.api.model.DoneablePhotonPersistentDiskVolumeSource
- All Implemented Interfaces:
Fluent<DoneablePhotonPersistentDiskVolumeSource>,Visitable<DoneablePhotonPersistentDiskVolumeSource>,Doneable<PhotonPersistentDiskVolumeSource>,PhotonPersistentDiskVolumeSourceFluent<DoneablePhotonPersistentDiskVolumeSource>
public class DoneablePhotonPersistentDiskVolumeSource extends PhotonPersistentDiskVolumeSourceFluentImpl<DoneablePhotonPersistentDiskVolumeSource> implements Doneable<PhotonPersistentDiskVolumeSource>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneablePhotonPersistentDiskVolumeSource(Function<PhotonPersistentDiskVolumeSource,PhotonPersistentDiskVolumeSource> function)DoneablePhotonPersistentDiskVolumeSource(PhotonPersistentDiskVolumeSource item)DoneablePhotonPersistentDiskVolumeSource(PhotonPersistentDiskVolumeSource item, Function<PhotonPersistentDiskVolumeSource,PhotonPersistentDiskVolumeSource> function) -
Method Summary
Modifier and Type Method Description PhotonPersistentDiskVolumeSourcedone()Methods inherited from class io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceFluentImpl
equals, getFsType, getPdID, hasFsType, hasPdID, withFsType, withNewFsType, withNewFsType, withNewFsType, withNewPdID, withNewPdID, withNewPdID, withPdID
-
Constructor Details
-
DoneablePhotonPersistentDiskVolumeSource
public DoneablePhotonPersistentDiskVolumeSource(Function<PhotonPersistentDiskVolumeSource,PhotonPersistentDiskVolumeSource> function) -
DoneablePhotonPersistentDiskVolumeSource
public DoneablePhotonPersistentDiskVolumeSource(PhotonPersistentDiskVolumeSource item, Function<PhotonPersistentDiskVolumeSource,PhotonPersistentDiskVolumeSource> function) -
DoneablePhotonPersistentDiskVolumeSource
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<PhotonPersistentDiskVolumeSource>
-