Class OpenShiftAPIServerSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerSpecFluent<OpenShiftAPIServerSpecBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServerSpec>,io.fabric8.kubernetes.api.builder.Visitable<OpenShiftAPIServerSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftAPIServerSpec,OpenShiftAPIServerSpecBuilder>
public class OpenShiftAPIServerSpecBuilder extends OpenShiftAPIServerSpecFluent<OpenShiftAPIServerSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenShiftAPIServerSpec,OpenShiftAPIServerSpecBuilder>
-
-
Constructor Summary
Constructors Constructor Description OpenShiftAPIServerSpecBuilder()OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpec instance)OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpecFluent<?> fluent)OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpecFluent<?> fluent, OpenShiftAPIServerSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftAPIServerSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.OpenShiftAPIServerSpecFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getLogLevel, getManagementState, getObservedConfig, getOperatorLogLevel, getUnsupportedConfigOverrides, hasAdditionalProperties, hashCode, hasLogLevel, hasManagementState, hasObservedConfig, hasOperatorLogLevel, hasUnsupportedConfigOverrides, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withLogLevel, withManagementState, withObservedConfig, withOperatorLogLevel, withUnsupportedConfigOverrides
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
OpenShiftAPIServerSpecBuilder
public OpenShiftAPIServerSpecBuilder()
-
OpenShiftAPIServerSpecBuilder
public OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpecFluent<?> fluent)
-
OpenShiftAPIServerSpecBuilder
public OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpecFluent<?> fluent, OpenShiftAPIServerSpec instance)
-
OpenShiftAPIServerSpecBuilder
public OpenShiftAPIServerSpecBuilder(OpenShiftAPIServerSpec instance)
-
-
Method Detail
-
build
public OpenShiftAPIServerSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenShiftAPIServerSpec>
-
-