Class CinderBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CinderFluent<CinderBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CinderBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Cinder>,io.fabric8.kubernetes.api.builder.Fluent<CinderBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CinderBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Cinder,CinderBuilder>
public class CinderBuilder extends CinderFluent<CinderBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Cinder,CinderBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CinderFluent
CinderFluent.CinderSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description CinderBuilder()CinderBuilder(Cinder instance)CinderBuilder(CinderFluent<?> fluent)CinderBuilder(CinderFluent<?> fluent, Cinder instance)CinderBuilder(CinderFluent<?> fluent, Cinder instance, Boolean validationEnabled)CinderBuilder(CinderFluent<?> fluent, Boolean validationEnabled)CinderBuilder(Cinder instance, Boolean validationEnabled)CinderBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cinderbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CinderFluent
buildSecretRef, editCinderSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, equals, getFsType, getReadOnly, getVolumeID, hasFsType, hashCode, hasReadOnly, hasSecretRef, hasVolumeID, toString, withFsType, withNewCinderSecretRef, withNewSecretRefLike, withReadOnly, withReadOnly, withSecretRef, withVolumeID
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CinderBuilder
public CinderBuilder()
-
CinderBuilder
public CinderBuilder(Boolean validationEnabled)
-
CinderBuilder
public CinderBuilder(CinderFluent<?> fluent)
-
CinderBuilder
public CinderBuilder(CinderFluent<?> fluent, Boolean validationEnabled)
-
CinderBuilder
public CinderBuilder(CinderFluent<?> fluent, Cinder instance)
-
CinderBuilder
public CinderBuilder(CinderFluent<?> fluent, Cinder instance, Boolean validationEnabled)
-
CinderBuilder
public CinderBuilder(Cinder instance)
-
-