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