Uses of Class
io.fabric8.kubernetes.api.model.storage.v1beta1.CSINode
-
Packages that use CSINode Package Description io.fabric8.kubernetes.api.model.storage.v1beta1 -
-
Uses of CSINode in io.fabric8.kubernetes.api.model.storage.v1beta1
Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return CSINode Modifier and Type Method Description CSINodeCSINodeBuilder. build()CSINodeCSINodeListFluent. buildFirstItem()CSINodeCSINodeListFluent. buildItem(int index)CSINodeCSINodeListFluent. buildLastItem()CSINodeCSINodeListFluent. buildMatchingItem(Predicate<CSINodeBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return types with arguments of type CSINode Modifier and Type Method Description List<CSINode>CSINodeListFluent. buildItems()List<CSINode>CSINodeList. getItems()Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type CSINode Modifier and Type Method Description CSINodeListFluent.ItemsNested<A>CSINodeListFluent. addNewItemLike(CSINode item)ACSINodeListFluent. addToItems(int index, CSINode item)ACSINodeListFluent. addToItems(CSINode... items)protected voidCSINodeFluent. copyInstance(CSINode instance)ACSINodeListFluent. removeFromItems(CSINode... items)CSINodeListFluent.ItemsNested<A>CSINodeListFluent. setNewItemLike(int index, CSINode item)ACSINodeListFluent. setToItems(int index, CSINode item)ACSINodeListFluent. withItems(CSINode... items)Method parameters in io.fabric8.kubernetes.api.model.storage.v1beta1 with type arguments of type CSINode Modifier and Type Method Description ACSINodeListFluent. addAllToItems(Collection<CSINode> items)ACSINodeListFluent. removeAllFromItems(Collection<CSINode> items)voidCSINodeList. setItems(List<CSINode> items)ACSINodeListFluent. withItems(List<CSINode> items)Constructors in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type CSINode Constructor Description CSINodeBuilder(CSINode instance)CSINodeBuilder(CSINodeFluent<?> fluent, CSINode instance)CSINodeFluent(CSINode instance)Constructor parameters in io.fabric8.kubernetes.api.model.storage.v1beta1 with type arguments of type CSINode Constructor Description CSINodeList(String apiVersion, List<CSINode> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-