Class GcePersistentDiskFluent<A extends GcePersistentDiskFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.GcePersistentDiskFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
GcePersistentDiskBuilder,VolumesFluent.GcePersistentDiskNested
public class GcePersistentDiskFluent<A extends GcePersistentDiskFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GcePersistentDiskFluent()GcePersistentDiskFluent(GcePersistentDisk instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()IntegergetPartition()StringgetPdName()BooleangetReadOnly()booleanhasFsType()inthashCode()booleanhasPartition()booleanhasPdName()booleanhasReadOnly()StringtoString()AwithFsType(String fsType)AwithPartition(Integer partition)AwithPdName(String pdName)AwithReadOnly()AwithReadOnly(Boolean readOnly)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
GcePersistentDiskFluent
public GcePersistentDiskFluent()
-
GcePersistentDiskFluent
public GcePersistentDiskFluent(GcePersistentDisk instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getPartition
public Integer getPartition()
-
hasPartition
public boolean hasPartition()
-
getPdName
public String getPdName()
-
hasPdName
public boolean hasPdName()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GcePersistentDiskFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GcePersistentDiskFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-