Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1beta1.PlacementDecision
-
Packages that use PlacementDecision Package Description io.fabric8.openclustermanagement.api.model.cluster.v1beta1 -
-
Uses of PlacementDecision in io.fabric8.openclustermanagement.api.model.cluster.v1beta1
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return PlacementDecision Modifier and Type Method Description PlacementDecisionPlacementDecisionBuilder. build()PlacementDecisionPlacementDecisionListFluent. buildFirstItem()PlacementDecisionPlacementDecisionListFluent. buildItem(int index)PlacementDecisionPlacementDecisionListFluent. buildLastItem()PlacementDecisionPlacementDecisionListFluent. buildMatchingItem(Predicate<PlacementDecisionBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 that return types with arguments of type PlacementDecision Modifier and Type Method Description List<PlacementDecision>PlacementDecisionListFluent. buildItems()List<PlacementDecision>PlacementDecisionList. getItems()Methods in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type PlacementDecision Modifier and Type Method Description PlacementDecisionListFluent.ItemsNested<A>PlacementDecisionListFluent. addNewItemLike(PlacementDecision item)APlacementDecisionListFluent. addToItems(int index, PlacementDecision item)APlacementDecisionListFluent. addToItems(PlacementDecision... items)protected voidPlacementDecisionFluent. copyInstance(PlacementDecision instance)APlacementDecisionListFluent. removeFromItems(PlacementDecision... items)PlacementDecisionListFluent.ItemsNested<A>PlacementDecisionListFluent. setNewItemLike(int index, PlacementDecision item)APlacementDecisionListFluent. setToItems(int index, PlacementDecision item)APlacementDecisionListFluent. withItems(PlacementDecision... items)Method parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with type arguments of type PlacementDecision Modifier and Type Method Description APlacementDecisionListFluent. addAllToItems(Collection<PlacementDecision> items)APlacementDecisionListFluent. removeAllFromItems(Collection<PlacementDecision> items)voidPlacementDecisionList. setItems(List<PlacementDecision> items)APlacementDecisionListFluent. withItems(List<PlacementDecision> items)Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with parameters of type PlacementDecision Constructor Description PlacementDecisionBuilder(PlacementDecision instance)PlacementDecisionBuilder(PlacementDecisionFluent<?> fluent, PlacementDecision instance)PlacementDecisionFluent(PlacementDecision instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.cluster.v1beta1 with type arguments of type PlacementDecision Constructor Description PlacementDecisionList(String apiVersion, List<PlacementDecision> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-