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