Class AwsElasticBlockStoreFluent<A extends AwsElasticBlockStoreFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.AwsElasticBlockStoreFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
AwsElasticBlockStoreBuilder,VolumesFluent.AwsElasticBlockStoreNested
public class AwsElasticBlockStoreFluent<A extends AwsElasticBlockStoreFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AwsElasticBlockStoreFluent()AwsElasticBlockStoreFluent(AwsElasticBlockStore instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFsType()IntegergetPartition()BooleangetReadOnly()StringgetVolumeID()booleanhasFsType()inthashCode()booleanhasPartition()booleanhasReadOnly()booleanhasVolumeID()StringtoString()AwithFsType(String fsType)AwithPartition(Integer partition)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
-
AwsElasticBlockStoreFluent
public AwsElasticBlockStoreFluent()
-
AwsElasticBlockStoreFluent
public AwsElasticBlockStoreFluent(AwsElasticBlockStore instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getPartition
public Integer getPartition()
-
hasPartition
public boolean hasPartition()
-
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 AwsElasticBlockStoreFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AwsElasticBlockStoreFluent<A>>
-
withReadOnly
public A withReadOnly()
-
-