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 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 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)
-
-