Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1CSINodeList |
StorageV1Api.listCSINode(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1CSINodeList> |
StorageV1Api.listCSINodeWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
StorageV1Api.listCSINodeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1CSINodeList> _callback)
(asynchronously) list or watch objects of kind CSINode
|
Modifier and Type | Method and Description |
---|---|
V1CSINodeList |
V1CSINodeList.addItemsItem(V1CSINode itemsItem) |
V1CSINodeList |
V1CSINodeList.apiVersion(String apiVersion) |
V1CSINodeList |
V1CSINodeList.items(List<V1CSINode> items) |
V1CSINodeList |
V1CSINodeList.kind(String kind) |
V1CSINodeList |
V1CSINodeList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.