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