Uses of Class
io.fabric8.openshift.api.model.config.v1.Node
-
Packages that use Node Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Node in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Node Modifier and Type Method Description NodeNodeBuilder. build()NodeNodeListFluent. buildFirstItem()NodeNodeListFluent. buildItem(int index)NodeNodeListFluent. buildLastItem()NodeNodeListFluent. buildMatchingItem(Predicate<NodeBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Node Modifier and Type Method Description List<Node>NodeListFluent. buildItems()List<Node>NodeList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Node Modifier and Type Method Description NodeListFluent.ItemsNested<A>NodeListFluent. addNewItemLike(Node item)ANodeListFluent. addToItems(int index, Node item)ANodeListFluent. addToItems(Node... items)protected voidNodeFluent. copyInstance(Node instance)ANodeListFluent. removeFromItems(Node... items)NodeListFluent.ItemsNested<A>NodeListFluent. setNewItemLike(int index, Node item)ANodeListFluent. setToItems(int index, Node item)ANodeListFluent. withItems(Node... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Node Modifier and Type Method Description ANodeListFluent. addAllToItems(Collection<Node> items)ANodeListFluent. removeAllFromItems(Collection<Node> items)voidNodeList. setItems(List<Node> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).ANodeListFluent. withItems(List<Node> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Node Constructor Description NodeBuilder(Node instance)NodeBuilder(NodeFluent<?> fluent, Node instance)NodeFluent(Node instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Node Constructor Description NodeList(String apiVersion, List<Node> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-