Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1beta1.Placement
-
Packages that use Placement Package Description io.fabric8.openclustermanagement.api.model.cluster.v1beta1 -
-
Uses of Placement in io.fabric8.openclustermanagement.api.model.cluster.v1beta1
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return Placement Modifier and Type Method Description PlacementPlacementBuilder. build()PlacementPlacementListFluent. buildFirstItem()PlacementPlacementListFluent. buildItem(int index)PlacementPlacementListFluent. buildLastItem()PlacementPlacementListFluent. buildMatchingItem(Predicate<PlacementBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return types with arguments of type Placement Modifier and Type Method Description List<Placement>PlacementListFluent. buildItems()List<Placement>PlacementList. getItems()Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type Placement Modifier and Type Method Description PlacementListFluent.ItemsNested<A>PlacementListFluent. addNewItemLike(Placement item)APlacementListFluent. addToItems(int index, Placement item)APlacementListFluent. addToItems(Placement... items)protected voidPlacementFluent. copyInstance(Placement instance)APlacementListFluent. removeFromItems(Placement... items)PlacementListFluent.ItemsNested<A>PlacementListFluent. setNewItemLike(int index, Placement item)APlacementListFluent. setToItems(int index, Placement item)APlacementListFluent. withItems(Placement... items)Method parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with type arguments of type Placement Modifier and Type Method Description APlacementListFluent. addAllToItems(Collection<Placement> items)APlacementListFluent. removeAllFromItems(Collection<Placement> items)voidPlacementList. setItems(List<Placement> items)APlacementListFluent. withItems(List<Placement> items)Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type Placement Constructor Description PlacementBuilder(Placement instance)PlacementBuilder(PlacementFluent<?> fluent, Placement instance)PlacementFluent(Placement instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with type arguments of type Placement Constructor Description PlacementList(String apiVersion, List<Placement> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-