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