Uses of Class
io.fabric8.openshift.api.model.hive.v1.ClusterPoolListFluent.ItemsNested
-
Packages that use ClusterPoolListFluent.ItemsNested Package Description io.fabric8.openshift.api.model.hive.v1 -
-
Uses of ClusterPoolListFluent.ItemsNested in io.fabric8.openshift.api.model.hive.v1
Methods in io.fabric8.openshift.api.model.hive.v1 that return ClusterPoolListFluent.ItemsNested Modifier and Type Method Description ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. addNewItem()ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. addNewItemLike(ClusterPool item)ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. editFirstItem()ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. editItem(int index)ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. editLastItem()ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. editMatchingItem(Predicate<ClusterPoolBuilder> predicate)ClusterPoolListFluent.ItemsNested<A>ClusterPoolListFluent. setNewItemLike(int index, ClusterPool item)
-