Class OpenShiftAPIServerBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerFluentImpl<OpenShiftAPIServerBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServer>,io.fabric8.kubernetes.api.builder.Fluent<OpenShiftAPIServerBuilder>,io.fabric8.kubernetes.api.builder.Visitable<OpenShiftAPIServerBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftAPIServer,OpenShiftAPIServerBuilder>,OpenShiftAPIServerFluent<OpenShiftAPIServerBuilder>
public class OpenShiftAPIServerBuilder extends OpenShiftAPIServerFluentImpl<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.OpenShiftAPIServerFluentImpl
OpenShiftAPIServerFluentImpl.MetadataNestedImpl<N>, OpenShiftAPIServerFluentImpl.SpecNestedImpl<N>, OpenShiftAPIServerFluentImpl.StatusNestedImpl<N>
-
Nested classes/interfaces inherited from interface 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)OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, OpenShiftAPIServer instance, Boolean validationEnabled)OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, Boolean validationEnabled)OpenShiftAPIServerBuilder(OpenShiftAPIServer instance, Boolean validationEnabled)OpenShiftAPIServerBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftAPIServerbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerFluentImpl
buildMetadata, buildSpec, buildStatus, editMetadata, editOrNewMetadata, editOrNewMetadataLike, editOrNewSpec, editOrNewSpecLike, editOrNewStatus, editOrNewStatusLike, editSpec, editStatus, getApiVersion, getKind, getMetadata, getSpec, getStatus, hasApiVersion, hasKind, hasMetadata, hasSpec, hasStatus, withApiVersion, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata, withNewMetadataLike, withNewSpec, withNewSpecLike, withNewStatus, withNewStatusLike, withSpec, withStatus
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder()
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(Boolean validationEnabled)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, Boolean validationEnabled)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, OpenShiftAPIServer instance)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServerFluent<?> fluent, OpenShiftAPIServer instance, Boolean validationEnabled)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServer instance)
-
OpenShiftAPIServerBuilder
public OpenShiftAPIServerBuilder(OpenShiftAPIServer instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public OpenShiftAPIServer build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServer>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classOpenShiftAPIServerFluentImpl<OpenShiftAPIServerBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classOpenShiftAPIServerFluentImpl<OpenShiftAPIServerBuilder>
-
-