Class OpenShiftAPIServerBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerFluent<OpenShiftAPIServerBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServer>,io.fabric8.kubernetes.api.builder.Visitable<OpenShiftAPIServerBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftAPIServer,OpenShiftAPIServerBuilder>
public class OpenShiftAPIServerBuilder extends OpenShiftAPIServerFluent<OpenShiftAPIServerBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftAPIServer,OpenShiftAPIServerBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerFluent
OpenShiftAPIServerFluent.MetadataNested<N>, OpenShiftAPIServerFluent.SpecNested<N>, OpenShiftAPIServerFluent.StatusNested<N>
-
-
Constructor Summary
Constructors Constructor Description OpenShiftAPIServerBuilder()OpenShiftAPIServerBuilder(OpenShiftAPIServer instance)OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent)OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, OpenShiftAPIServer instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftAPIServerbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerFluent
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
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder()
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServer instance)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, OpenShiftAPIServer instance)
-
-
Method Detail
-
build
public OpenShiftAPIServer build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServer>
-
-