Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1beta1CSINodeList |
StorageV1beta1Api.listCSINode(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1beta1CSINodeList> |
StorageV1beta1Api.listCSINodeWithHttpInfo(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind CSINode
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
StorageV1beta1Api.listCSINodeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1beta1CSINodeList> _callback)
(asynchronously) list or watch objects of kind CSINode
|
Modifier and Type | Method and Description |
---|---|
V1beta1CSINodeList |
V1beta1CSINodeList.addItemsItem(V1beta1CSINode itemsItem) |
V1beta1CSINodeList |
V1beta1CSINodeList.apiVersion(String apiVersion) |
V1beta1CSINodeList |
V1beta1CSINodeListBuilder.build() |
V1beta1CSINodeList |
V1beta1CSINodeList.items(List<V1beta1CSINode> items) |
V1beta1CSINodeList |
V1beta1CSINodeList.kind(String kind) |
V1beta1CSINodeList |
V1beta1CSINodeList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1beta1CSINodeListBuilder(V1beta1CSINodeList instance) |
V1beta1CSINodeListBuilder(V1beta1CSINodeList instance,
Boolean validationEnabled) |
V1beta1CSINodeListBuilder(V1beta1CSINodeListFluent<?> fluent,
V1beta1CSINodeList instance) |
V1beta1CSINodeListBuilder(V1beta1CSINodeListFluent<?> fluent,
V1beta1CSINodeList instance,
Boolean validationEnabled) |
V1beta1CSINodeListFluentImpl(V1beta1CSINodeList instance) |
Copyright © 2020. All rights reserved.