Uses of Class
io.fabric8.kubernetes.api.model.storage.v1beta1.CSINode
| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model | |
| io.fabric8.kubernetes.api.model.storage.v1beta1 |
-
Uses of CSINode in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return CSINode Modifier and Type Method Description CSINodeKubeSchema. getCSINode()Methods in io.fabric8.kubernetes.api.model with parameters of type CSINode Modifier and Type Method Description voidKubeSchema. setCSINode(CSINode cSINode)Constructors in io.fabric8.kubernetes.api.model with parameters of type CSINode Constructor Description KubeSchema(io.fabric8.kubernetes.api.model.APIGroup aPIGroup, io.fabric8.kubernetes.api.model.APIGroupList aPIGroupList, io.fabric8.kubernetes.api.model.BaseKubernetesList baseKubernetesList, CSIDriver cSIDriver, CSIDriverList cSIDriverList, CSINode cSINode, CSINodeList cSINodeList, io.fabric8.kubernetes.api.model.CreateOptions createOptions, io.fabric8.kubernetes.api.model.DeleteOptions deleteOptions, io.fabric8.kubernetes.api.model.GetOptions getOptions, io.fabric8.kubernetes.api.model.version.Info info, io.fabric8.kubernetes.api.model.ListOptions listOptions, io.fabric8.kubernetes.api.model.ObjectMeta objectMeta, io.fabric8.kubernetes.api.model.ObjectReference objectReference, io.fabric8.kubernetes.api.model.Patch patch, io.fabric8.kubernetes.api.model.PatchOptions patchOptions, io.fabric8.kubernetes.api.model.Quantity quantity, io.fabric8.kubernetes.api.model.RootPaths rootPaths, io.fabric8.kubernetes.api.model.Status status, StorageClass storageClass, StorageClassList storageClassList, String time, io.fabric8.kubernetes.api.model.TypeMeta typeMeta, io.fabric8.kubernetes.api.model.UpdateOptions updateOptions, VolumeAttachment volumeAttachment, VolumeAttachmentList volumeAttachmentList) -
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()CSINodeCSINodeListFluentImpl. buildFirstItem()CSINodeCSINodeListFluent. buildItem(int index)CSINodeCSINodeListFluentImpl. buildItem(int index)CSINodeCSINodeListFluent. buildLastItem()CSINodeCSINodeListFluentImpl. buildLastItem()CSINodeCSINodeListFluent. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<CSINodeBuilder> predicate)CSINodeCSINodeListFluentImpl. buildMatchingItem(io.fabric8.kubernetes.api.builder.Predicate<CSINodeBuilder> predicate)CSINodeDoneableCSINode. done()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>CSINodeListFluentImpl. buildItems()List<CSINode>CSINodeList. getItems()List<CSINode>CSINodeListFluent. getItems()Deprecated.List<CSINode>CSINodeListFluentImpl. getItems()Deprecated.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)CSINodeListFluent.ItemsNested<A>CSINodeListFluentImpl. addNewItemLike(CSINode item)ACSINodeListFluent. addToItems(int index, CSINode item)ACSINodeListFluent. addToItems(CSINode... items)ACSINodeListFluentImpl. addToItems(int index, CSINode item)ACSINodeListFluentImpl. addToItems(CSINode... items)ACSINodeListFluent. removeFromItems(CSINode... items)ACSINodeListFluentImpl. removeFromItems(CSINode... items)CSINodeListFluent.ItemsNested<A>CSINodeListFluent. setNewItemLike(int index, CSINode item)CSINodeListFluent.ItemsNested<A>CSINodeListFluentImpl. setNewItemLike(int index, CSINode item)ACSINodeListFluent. setToItems(int index, CSINode item)ACSINodeListFluentImpl. setToItems(int index, CSINode item)ACSINodeListFluent. withItems(CSINode... items)ACSINodeListFluentImpl. 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)ACSINodeListFluentImpl. addAllToItems(Collection<CSINode> items)ACSINodeListFluent. removeAllFromItems(Collection<CSINode> items)ACSINodeListFluentImpl. removeAllFromItems(Collection<CSINode> items)voidCSINodeList. setItems(List<CSINode> items)ACSINodeListFluent. withItems(List<CSINode> items)ACSINodeListFluentImpl. 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)CSINodeBuilder(CSINodeFluent<?> fluent, CSINode instance, Boolean validationEnabled)CSINodeBuilder(CSINode instance, Boolean validationEnabled)CSINodeFluentImpl(CSINode instance)DoneableCSINode(CSINode item)DoneableCSINode(CSINode item, io.fabric8.kubernetes.api.builder.Function<CSINode,CSINode> function)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)DoneableCSINode(io.fabric8.kubernetes.api.builder.Function<CSINode,CSINode> function)DoneableCSINode(io.fabric8.kubernetes.api.builder.Function<CSINode,CSINode> function)DoneableCSINode(CSINode item, io.fabric8.kubernetes.api.builder.Function<CSINode,CSINode> function)DoneableCSINode(CSINode item, io.fabric8.kubernetes.api.builder.Function<CSINode,CSINode> function)