Class PhotonPersistentDiskFluent<A extends PhotonPersistentDiskFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PhotonPersistentDiskFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
PhotonPersistentDiskBuilder,VolumesFluent.PhotonPersistentDiskNested
public class PhotonPersistentDiskFluent<A extends PhotonPersistentDiskFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PhotonPersistentDiskFluent()PhotonPersistentDiskFluent(PhotonPersistentDisk instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()StringgetPdID()booleanhasFsType()inthashCode()booleanhasPdID()StringtoString()AwithFsType(String fsType)AwithPdID(String pdID)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PhotonPersistentDiskFluent
public PhotonPersistentDiskFluent()
-
PhotonPersistentDiskFluent
public PhotonPersistentDiskFluent(PhotonPersistentDisk instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getPdID
public String getPdID()
-
hasPdID
public boolean hasPdID()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PhotonPersistentDiskFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PhotonPersistentDiskFluent<A>>
-
-