Uses of Class
io.fabric8.openshift.api.model.whereabouts.v1alpha1.NodeSlicePool
-
-
Uses of NodeSlicePool in io.fabric8.openshift.api.model.whereabouts.v1alpha1
Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return NodeSlicePool Modifier and Type Method Description NodeSlicePoolNodeSlicePoolBuilder. build()NodeSlicePoolNodeSlicePoolListFluent. buildFirstItem()NodeSlicePoolNodeSlicePoolListFluent. buildItem(int index)NodeSlicePoolNodeSlicePoolListFluent. buildLastItem()NodeSlicePoolNodeSlicePoolListFluent. buildMatchingItem(Predicate<NodeSlicePoolBuilder> predicate)Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 that return types with arguments of type NodeSlicePool Modifier and Type Method Description List<NodeSlicePool>NodeSlicePoolListFluent. buildItems()List<NodeSlicePool>NodeSlicePoolList. getItems()Methods in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type NodeSlicePool Modifier and Type Method Description NodeSlicePoolListFluent.ItemsNested<A>NodeSlicePoolListFluent. addNewItemLike(NodeSlicePool item)ANodeSlicePoolListFluent. addToItems(int index, NodeSlicePool item)ANodeSlicePoolListFluent. addToItems(NodeSlicePool... items)protected voidNodeSlicePoolFluent. copyInstance(NodeSlicePool instance)ANodeSlicePoolListFluent. removeFromItems(NodeSlicePool... items)NodeSlicePoolListFluent.ItemsNested<A>NodeSlicePoolListFluent. setNewItemLike(int index, NodeSlicePool item)ANodeSlicePoolListFluent. setToItems(int index, NodeSlicePool item)ANodeSlicePoolListFluent. withItems(NodeSlicePool... items)Method parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type NodeSlicePool Modifier and Type Method Description ANodeSlicePoolListFluent. addAllToItems(Collection<NodeSlicePool> items)ANodeSlicePoolListFluent. removeAllFromItems(Collection<NodeSlicePool> items)voidNodeSlicePoolList. setItems(List<NodeSlicePool> items)ANodeSlicePoolListFluent. withItems(List<NodeSlicePool> items)Constructors in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with parameters of type NodeSlicePool Constructor Description NodeSlicePoolBuilder(NodeSlicePool instance)NodeSlicePoolBuilder(NodeSlicePoolFluent<?> fluent, NodeSlicePool instance)NodeSlicePoolFluent(NodeSlicePool instance)Constructor parameters in io.fabric8.openshift.api.model.whereabouts.v1alpha1 with type arguments of type NodeSlicePool Constructor Description NodeSlicePoolList(String apiVersion, List<NodeSlicePool> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-