Class ScaleIOFluent<A extends ScaleIOFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIOFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ScaleIOBuilder,VolumesFluent.ScaleIONested
public class ScaleIOFluent<A extends ScaleIOFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classScaleIOFluent.ScaleioSecretRefNested<N>
-
Constructor Summary
Constructors Constructor Description ScaleIOFluent()ScaleIOFluent(ScaleIO instance)
-
Method Summary
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ScaleIOFluent
public ScaleIOFluent()
-
ScaleIOFluent
public ScaleIOFluent(ScaleIO instance)
-
-
Method Detail
-
getFsType
public String getFsType()
-
hasFsType
public boolean hasFsType()
-
getGateway
public String getGateway()
-
hasGateway
public boolean hasGateway()
-
getProtectionDomain
public String getProtectionDomain()
-
hasProtectionDomain
public boolean hasProtectionDomain()
-
getReadOnly
public Boolean getReadOnly()
-
hasReadOnly
public boolean hasReadOnly()
-
buildSecretRef
public SecretRef buildSecretRef()
-
hasSecretRef
public boolean hasSecretRef()
-
withNewScaleioSecretRef
public ScaleIOFluent.ScaleioSecretRefNested<A> withNewScaleioSecretRef()
-
withNewSecretRefLike
public ScaleIOFluent.ScaleioSecretRefNested<A> withNewSecretRefLike(SecretRef item)
-
editScaleioSecretRef
public ScaleIOFluent.ScaleioSecretRefNested<A> editScaleioSecretRef()
-
editOrNewSecretRef
public ScaleIOFluent.ScaleioSecretRefNested<A> editOrNewSecretRef()
-
editOrNewSecretRefLike
public ScaleIOFluent.ScaleioSecretRefNested<A> editOrNewSecretRefLike(SecretRef item)
-
getSslEnabled
public Boolean getSslEnabled()
-
hasSslEnabled
public boolean hasSslEnabled()
-
getStorageMode
public String getStorageMode()
-
hasStorageMode
public boolean hasStorageMode()
-
getStoragePool
public String getStoragePool()
-
hasStoragePool
public boolean hasStoragePool()
-
getSystem
public String getSystem()
-
hasSystem
public boolean hasSystem()
-
getVolumeName
public String getVolumeName()
-
hasVolumeName
public boolean hasVolumeName()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScaleIOFluent<A>>
-
withReadOnly
public A withReadOnly()
-
withSslEnabled
public A withSslEnabled()
-
-