Class ControlPlaneMachineSetListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetListFluent<ControlPlaneMachineSetListBuilder>
-
- io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ControlPlaneMachineSetList>,io.fabric8.kubernetes.api.builder.Visitable<ControlPlaneMachineSetListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ControlPlaneMachineSetList,ControlPlaneMachineSetListBuilder>
public class ControlPlaneMachineSetListBuilder extends ControlPlaneMachineSetListFluent<ControlPlaneMachineSetListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ControlPlaneMachineSetList,ControlPlaneMachineSetListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetListFluent
ControlPlaneMachineSetListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description ControlPlaneMachineSetListBuilder()ControlPlaneMachineSetListBuilder(ControlPlaneMachineSetList instance)ControlPlaneMachineSetListBuilder(ControlPlaneMachineSetListFluent<?> fluent)ControlPlaneMachineSetListBuilder(ControlPlaneMachineSetListFluent<?> fluent, ControlPlaneMachineSetList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlPlaneMachineSetListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.machine.v1.ControlPlaneMachineSetListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ControlPlaneMachineSetListBuilder
public ControlPlaneMachineSetListBuilder()
-
ControlPlaneMachineSetListBuilder
public ControlPlaneMachineSetListBuilder(ControlPlaneMachineSetListFluent<?> fluent)
-
ControlPlaneMachineSetListBuilder
public ControlPlaneMachineSetListBuilder(ControlPlaneMachineSetListFluent<?> fluent, ControlPlaneMachineSetList instance)
-
ControlPlaneMachineSetListBuilder
public ControlPlaneMachineSetListBuilder(ControlPlaneMachineSetList instance)
-
-
Method Detail
-
build
public ControlPlaneMachineSetList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ControlPlaneMachineSetList>
-
-