Class ControlPlaneMachineSetSpecBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetSpecFluent<ControlPlaneMachineSetSpecBuilder>
-
- io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetSpecBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ControlPlaneMachineSetSpec>,io.fabric8.kubernetes.api.builder.Visitable<ControlPlaneMachineSetSpecBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ControlPlaneMachineSetSpec,ControlPlaneMachineSetSpecBuilder>
public class ControlPlaneMachineSetSpecBuilder extends ControlPlaneMachineSetSpecFluent<ControlPlaneMachineSetSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ControlPlaneMachineSetSpec,ControlPlaneMachineSetSpecBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetSpecFluent
ControlPlaneMachineSetSpecFluent.SelectorNested<N>, ControlPlaneMachineSetSpecFluent.StrategyNested<N>, ControlPlaneMachineSetSpecFluent.TemplateNested<N>
-
-
Constructor Summary
Constructors Constructor Description ControlPlaneMachineSetSpecBuilder()ControlPlaneMachineSetSpecBuilder(ControlPlaneMachineSetSpec instance)ControlPlaneMachineSetSpecBuilder(ControlPlaneMachineSetSpecFluent<?> fluent)ControlPlaneMachineSetSpecBuilder(ControlPlaneMachineSetSpecFluent<?> fluent, ControlPlaneMachineSetSpec instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlPlaneMachineSetSpecbuild()-
Methods inherited from class io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetSpecFluent
addToAdditionalProperties, addToAdditionalProperties, buildSelector, buildStrategy, buildTemplate, copyInstance, editOrNewSelector, editOrNewSelectorLike, editOrNewStrategy, editOrNewStrategyLike, editOrNewTemplate, editOrNewTemplateLike, editSelector, editStrategy, editTemplate, equals, getAdditionalProperties, getReplicas, getState, hasAdditionalProperties, hashCode, hasReplicas, hasSelector, hasState, hasStrategy, hasTemplate, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withNewSelector, withNewSelectorLike, withNewStrategy, withNewStrategy, withNewStrategyLike, withNewTemplate, withNewTemplateLike, withReplicas, withSelector, withState, withStrategy, withTemplate
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ControlPlaneMachineSetSpecBuilder
public ControlPlaneMachineSetSpecBuilder()
-
ControlPlaneMachineSetSpecBuilder
public ControlPlaneMachineSetSpecBuilder(ControlPlaneMachineSetSpecFluent<?> fluent)
-
ControlPlaneMachineSetSpecBuilder
public ControlPlaneMachineSetSpecBuilder(ControlPlaneMachineSetSpecFluent<?> fluent, ControlPlaneMachineSetSpec instance)
-
ControlPlaneMachineSetSpecBuilder
public ControlPlaneMachineSetSpecBuilder(ControlPlaneMachineSetSpec instance)
-
-
Method Detail
-
build
public ControlPlaneMachineSetSpec build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ControlPlaneMachineSetSpec>
-
-