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