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