Class CSISnapshotControllerBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerFluent<CSISnapshotControllerBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CSISnapshotController>,io.fabric8.kubernetes.api.builder.Visitable<CSISnapshotControllerBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CSISnapshotController,CSISnapshotControllerBuilder>
public class CSISnapshotControllerBuilder extends CSISnapshotControllerFluent<CSISnapshotControllerBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CSISnapshotController,CSISnapshotControllerBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerFluent
CSISnapshotControllerFluent.MetadataNested<N>, CSISnapshotControllerFluent.SpecNested<N>, CSISnapshotControllerFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description CSISnapshotControllerBuilder()CSISnapshotControllerBuilder(CSISnapshotController instance)CSISnapshotControllerBuilder(CSISnapshotControllerFluent<?> fluent)CSISnapshotControllerBuilder(CSISnapshotControllerFluent<?> fluent, CSISnapshotController instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSISnapshotControllerbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.CSISnapshotControllerFluent
addToAdditionalProperties, addToAdditionalProperties, buildMetadata, buildSpec, buildStatus, copyInstance, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, equals, getAdditionalProperties, getApiVersion, getKind, hasAdditionalProperties, hasApiVersion, hashCode, hasKind, hasMetadata, hasSpec, hasStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withApiVersion, withKind, withMetadata, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
CSISnapshotControllerBuilder
public CSISnapshotControllerBuilder()
-
CSISnapshotControllerBuilder
public CSISnapshotControllerBuilder(CSISnapshotControllerFluent<?> fluent)
-
CSISnapshotControllerBuilder
public CSISnapshotControllerBuilder(CSISnapshotControllerFluent<?> fluent, CSISnapshotController instance)
-
CSISnapshotControllerBuilder
public CSISnapshotControllerBuilder(CSISnapshotController instance)
-
-
Method Detail
-
build
public CSISnapshotController build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CSISnapshotController>
-
-