Class PortworxVolumeFluent<A extends PortworxVolumeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.PortworxVolumeFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
PortworxVolumeBuilder,VolumesFluent.PortworxVolumeNested
public class PortworxVolumeFluent<A extends PortworxVolumeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PortworxVolumeFluent()PortworxVolumeFluent(PortworxVolume instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()BooleangetReadOnly()StringgetVolumeID()booleanhasFsType()inthashCode()booleanhasReadOnly()booleanhasVolumeID()StringtoString()AwithFsType(String fsType)AwithReadOnly()AwithReadOnly(Boolean readOnly)AwithVolumeID(String volumeID)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PortworxVolumeFluent
public PortworxVolumeFluent()
-
PortworxVolumeFluent
public PortworxVolumeFluent(PortworxVolume instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
getVolumeID
public String getVolumeID()
-
hasVolumeID
public boolean hasVolumeID()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PortworxVolumeFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PortworxVolumeFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-