Package io.fabric8.kubernetes.api.model
Interface PhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
PersistentVolumeSpecFluent.PhotonPersistentDiskNested<N>,VolumeFluent.PhotonPersistentDiskNested<N>,WatchEventFluent.PhotonPersistentDiskVolumeSourceObjectNested<N>
- All Known Implementing Classes:
DoneablePhotonPersistentDiskVolumeSource,PersistentVolumeSpecFluentImpl.PhotonPersistentDiskNestedImpl,PhotonPersistentDiskVolumeSourceBuilder,PhotonPersistentDiskVolumeSourceFluentImpl,VolumeFluentImpl.PhotonPersistentDiskNestedImpl,WatchEventFluentImpl.PhotonPersistentDiskVolumeSourceObjectNestedImpl
public interface PhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description StringgetFsType()StringgetPdID()BooleanhasFsType()BooleanhasPdID()AwithFsType(String fsType)AwithNewFsType(String arg1)AwithNewFsType(StringBuffer arg1)AwithNewFsType(StringBuilder arg1)AwithNewPdID(String arg1)AwithNewPdID(StringBuffer arg1)AwithNewPdID(StringBuilder arg1)AwithPdID(String pdID)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getPdID
String getPdID() -
withPdID
-
hasPdID
Boolean hasPdID() -
withNewPdID
-
withNewPdID
-
withNewPdID
-