Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPool
-
Packages that use ClusterPool Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPool in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPool Modifier and Type Method Description ClusterPoolClusterPoolBuilder. build()ClusterPoolClusterPoolListFluent. buildFirstItem()ClusterPoolClusterPoolListFluent. buildItem(int index)ClusterPoolClusterPoolListFluent. buildLastItem()ClusterPoolClusterPoolListFluent. buildMatchingItem(Predicate<ClusterPoolBuilder> predicate)Methods in io.fabric8.openshift.api.model.hive.v1 that return types with arguments of type ClusterPool Modifier and Type Method Description List<ClusterPool>ClusterPoolListFluent. buildItems()List<ClusterPool>ClusterPoolList. getItems()ClusterPoolList contains a list of ClusterPoolsMethods in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPool Modifier and Type Method Description ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. addNewItemLike(ClusterPool item)AClusterPoolListFluent. addToItems(int index, ClusterPool item)AClusterPoolListFluent. addToItems(ClusterPool... items)protected voidClusterPoolFluent. copyInstance(ClusterPool instance)AClusterPoolListFluent. removeFromItems(ClusterPool... items)ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. setNewItemLike(int index, ClusterPool item)AClusterPoolListFluent. setToItems(int index, ClusterPool item)AClusterPoolListFluent. withItems(ClusterPool... items)Method parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterPool Modifier and Type Method Description AClusterPoolListFluent. addAllToItems(Collection<ClusterPool> items)AClusterPoolListFluent. removeAllFromItems(Collection<ClusterPool> items)voidClusterPoolList. setItems(List<ClusterPool> items)ClusterPoolList contains a list of ClusterPoolsAClusterPoolListFluent. withItems(List<ClusterPool> items)Constructors in io.fabric8.openshift.api.model.hive.v1 with parameters of type ClusterPool Constructor Description ClusterPoolBuilder(ClusterPool instance)ClusterPoolBuilder(ClusterPoolFluent<?> fluent, ClusterPool instance)ClusterPoolFluent(ClusterPool instance)Constructor parameters in io.fabric8.openshift.api.model.hive.v1 with type arguments of type ClusterPool Constructor Description ClusterPoolList(String apiVersion, List<ClusterPool> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-