Package io.fabric8.kubernetes.api.model
Class PhotonPersistentDiskVolumeSourceFluentImpl<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.PhotonPersistentDiskVolumeSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,PhotonPersistentDiskVolumeSourceFluent<A>
- Direct Known Subclasses:
DoneablePhotonPersistentDiskVolumeSource
,PersistentVolumeSpecFluentImpl.PhotonPersistentDiskNestedImpl
,PhotonPersistentDiskVolumeSourceBuilder
,VolumeFluentImpl.PhotonPersistentDiskNestedImpl
,WatchEventFluentImpl.PhotonPersistentDiskVolumeSourceObjectNestedImpl
public class PhotonPersistentDiskVolumeSourceFluentImpl<A extends PhotonPersistentDiskVolumeSourceFluent<A>> extends BaseFluent<A> implements PhotonPersistentDiskVolumeSourceFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PhotonPersistentDiskVolumeSourceFluentImpl()
PhotonPersistentDiskVolumeSourceFluentImpl(PhotonPersistentDiskVolumeSource instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
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)
-
Constructor Details
-
PhotonPersistentDiskVolumeSourceFluentImpl
public PhotonPersistentDiskVolumeSourceFluentImpl() -
PhotonPersistentDiskVolumeSourceFluentImpl
-
-
Method Details
-
getFsType
- Specified by:
getFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withFsType
- Specified by:
withFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
hasFsType
- Specified by:
hasFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewFsType
- Specified by:
withNewFsType
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
getPdID
- Specified by:
getPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withPdID
- Specified by:
withPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
hasPdID
- Specified by:
hasPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewPdID
- Specified by:
withNewPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewPdID
- Specified by:
withNewPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
withNewPdID
- Specified by:
withNewPdID
in interfacePhotonPersistentDiskVolumeSourceFluent<A extends PhotonPersistentDiskVolumeSourceFluent<A>>
-
equals
-