Class CephfsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CephfsFluent<CephfsBuilder>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CephfsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<Cephfs>,io.fabric8.kubernetes.api.builder.Fluent<CephfsBuilder>,io.fabric8.kubernetes.api.builder.Visitable<CephfsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<Cephfs,CephfsBuilder>
public class CephfsBuilder extends CephfsFluent<CephfsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Cephfs,CephfsBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CephfsFluent
CephfsFluent.CephfsSecretRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description CephfsBuilder()CephfsBuilder(Cephfs instance)CephfsBuilder(CephfsFluent<?> fluent)CephfsBuilder(CephfsFluent<?> fluent, Cephfs instance)CephfsBuilder(CephfsFluent<?> fluent, Cephfs instance, Boolean validationEnabled)CephfsBuilder(CephfsFluent<?> fluent, Boolean validationEnabled)CephfsBuilder(Cephfs instance, Boolean validationEnabled)CephfsBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cephfsbuild()-
Methods inherited from class io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.volumes.CephfsFluent
addAllToMonitors, addToMonitors, addToMonitors, buildSecretRef, editCephfsSecretRef, editOrNewSecretRef, editOrNewSecretRefLike, equals, getFirstMonitor, getLastMonitor, getMatchingMonitor, getMonitor, getMonitors, getPath, getReadOnly, getSecretFile, getUser, hashCode, hasMatchingMonitor, hasMonitors, hasPath, hasReadOnly, hasSecretFile, hasSecretRef, hasUser, removeAllFromMonitors, removeFromMonitors, setToMonitors, toString, withMonitors, withMonitors, withNewCephfsSecretRef, withNewSecretRefLike, withPath, withReadOnly, withReadOnly, withSecretFile, withSecretRef, withUser
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
CephfsBuilder
public CephfsBuilder()
-
CephfsBuilder
public CephfsBuilder(Boolean validationEnabled)
-
CephfsBuilder
public CephfsBuilder(CephfsFluent<?> fluent)
-
CephfsBuilder
public CephfsBuilder(CephfsFluent<?> fluent, Boolean validationEnabled)
-
CephfsBuilder
public CephfsBuilder(CephfsFluent<?> fluent, Cephfs instance)
-
CephfsBuilder
public CephfsBuilder(CephfsFluent<?> fluent, Cephfs instance, Boolean validationEnabled)
-
CephfsBuilder
public CephfsBuilder(Cephfs instance)
-
-