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