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:
PersistentVolumeSpecFluentImpl.PhotonPersistentDiskNestedImpl
,PhotonPersistentDiskVolumeSourceBuilder
,PhotonPersistentDiskVolumeSourceFluentImpl
,VolumeFluentImpl.PhotonPersistentDiskNestedImpl
,WatchEventFluentImpl.PhotonPersistentDiskVolumeSourceObjectNestedImpl
public interface PhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getFsType
String getFsType()
-
hasFsType
Boolean hasFsType()
-
withNewFsType
A withNewFsType(StringBuilder arg1)
-
withNewFsType
A withNewFsType(StringBuffer arg1)
-
getPdID
String getPdID()
-
hasPdID
Boolean hasPdID()
-
withNewPdID
A withNewPdID(StringBuilder arg1)
-
withNewPdID
A withNewPdID(StringBuffer arg1)
-
-