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 String
getFsType()
String
getPdID()
Boolean
hasFsType()
Boolean
hasPdID()
A
withFsType(String fsType)
A
withNewFsType(String arg1)
A
withNewFsType(StringBuffer arg1)
A
withNewFsType(StringBuilder arg1)
A
withNewPdID(String arg1)
A
withNewPdID(StringBuffer arg1)
A
withNewPdID(StringBuilder arg1)
A
withPdID(String pdID)
-
Method Details
-
getFsType
String getFsType() -
withFsType
-
hasFsType
Boolean hasFsType() -
withNewFsType
-
withNewFsType
-
withNewFsType
-
getPdID
String getPdID() -
withPdID
-
hasPdID
Boolean hasPdID() -
withNewPdID
-
withNewPdID
-
withNewPdID
-