Uses of Class
io.fabric8.openclustermanagement.api.model.cluster.v1alpha1.AddOnPlacementScore
-
Packages that use AddOnPlacementScore Package Description io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 -
-
Uses of AddOnPlacementScore in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1
Methods in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 that return AddOnPlacementScore Modifier and Type Method Description AddOnPlacementScoreAddOnPlacementScoreBuilder. build()AddOnPlacementScoreAddOnPlacementScoreListFluent. buildFirstItem()AddOnPlacementScoreAddOnPlacementScoreListFluent. buildItem(int index)AddOnPlacementScoreAddOnPlacementScoreListFluent. buildLastItem()AddOnPlacementScoreAddOnPlacementScoreListFluent. buildMatchingItem(Predicate<AddOnPlacementScoreBuilder> predicate)Methods in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 that return types with arguments of type AddOnPlacementScore Modifier and Type Method Description List<AddOnPlacementScore>AddOnPlacementScoreListFluent. buildItems()List<AddOnPlacementScore>AddOnPlacementScoreList. getItems()Methods in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 with parameters of type AddOnPlacementScore Modifier and Type Method Description AddOnPlacementScoreListFluent.ItemsNested<A>AddOnPlacementScoreListFluent. addNewItemLike(AddOnPlacementScore item)AAddOnPlacementScoreListFluent. addToItems(int index, AddOnPlacementScore item)AAddOnPlacementScoreListFluent. addToItems(AddOnPlacementScore... items)protected voidAddOnPlacementScoreFluent. copyInstance(AddOnPlacementScore instance)AAddOnPlacementScoreListFluent. removeFromItems(AddOnPlacementScore... items)AddOnPlacementScoreListFluent.ItemsNested<A>AddOnPlacementScoreListFluent. setNewItemLike(int index, AddOnPlacementScore item)AAddOnPlacementScoreListFluent. setToItems(int index, AddOnPlacementScore item)AAddOnPlacementScoreListFluent. withItems(AddOnPlacementScore... items)Method parameters in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 with type arguments of type AddOnPlacementScore Modifier and Type Method Description AAddOnPlacementScoreListFluent. addAllToItems(Collection<AddOnPlacementScore> items)AAddOnPlacementScoreListFluent. removeAllFromItems(Collection<AddOnPlacementScore> items)voidAddOnPlacementScoreList. setItems(List<AddOnPlacementScore> items)AAddOnPlacementScoreListFluent. withItems(List<AddOnPlacementScore> items)Constructors in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 with parameters of type AddOnPlacementScore Constructor Description AddOnPlacementScoreBuilder(AddOnPlacementScore instance)AddOnPlacementScoreBuilder(AddOnPlacementScoreFluent<?> fluent, AddOnPlacementScore instance)AddOnPlacementScoreFluent(AddOnPlacementScore instance)Constructor parameters in io.fabric8.openclustermanagement.api.model.cluster.v1alpha1 with type arguments of type AddOnPlacementScore Constructor Description AddOnPlacementScoreList(String apiVersion, List<AddOnPlacementScore> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-