Class ScaleIOBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIOFluent<ScaleIOBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIOBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ScaleIO>,io.fabric8.kubernetes.api.builder.Fluent<ScaleIOBuilder>,io.fabric8.kubernetes.api.builder.Visitable<ScaleIOBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ScaleIO,ScaleIOBuilder>
public class ScaleIOBuilder extends ScaleIOFluent<ScaleIOBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ScaleIO,ScaleIOBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIOFluent
ScaleIOFluent.ScaleioSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description ScaleIOBuilder()ScaleIOBuilder(ScaleIO instance)ScaleIOBuilder(ScaleIOFluent<?> fluent)ScaleIOBuilder(ScaleIOFluent<?> fluent, ScaleIO instance)ScaleIOBuilder(ScaleIOFluent<?> fluent, ScaleIO instance, Boolean validationEnabled)ScaleIOBuilder(ScaleIOFluent<?> fluent, Boolean validationEnabled)ScaleIOBuilder(ScaleIO instance, Boolean validationEnabled)ScaleIOBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScaleIObuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.ScaleIOFluent
buildSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, editScaleioSecretRef, equals, getFsType, getGateway, getProtectionDomain, getReadOnly, getSslEnabled, getStorageMode, getStoragePool, getSystem, getVolumeName, hasFsType, hasGateway, hashCode, hasProtectionDomain, hasReadOnly, hasSecretRef, hasSslEnabled, hasStorageMode, hasStoragePool, hasSystem, hasVolumeName, toString, withFsType, withGateway, withNewScaleioSecretRef, withNewSecretRefLike, withProtectionDomain, withReadOnly, withReadOnly, withSecretRef, withSslEnabled, withSslEnabled, withStorageMode, withStoragePool, withSystem, withVolumeName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
ScaleIOBuilder
public ScaleIOBuilder()
-
ScaleIOBuilder
public ScaleIOBuilder(Boolean validationEnabled)
-
ScaleIOBuilder
public ScaleIOBuilder(ScaleIOFluent<?> fluent)
-
ScaleIOBuilder
public ScaleIOBuilder(ScaleIOFluent<?> fluent, Boolean validationEnabled)
-
ScaleIOBuilder
public ScaleIOBuilder(ScaleIOFluent<?> fluent, ScaleIO instance)
-
ScaleIOBuilder
public ScaleIOBuilder(ScaleIOFluent<?> fluent, ScaleIO instance, Boolean validationEnabled)
-
ScaleIOBuilder
public ScaleIOBuilder(ScaleIO instance)
-
-