Package | Description |
---|---|
io.kubernetes.client.apis | |
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1NodeList |
CoreV1Api.listNode(String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1NodeList> |
CoreV1Api.listNodeWithHttpInfo(String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind Node
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
CoreV1Api.listNodeAsync(String pretty,
String _continue,
String fieldSelector,
Boolean includeUninitialized,
String labelSelector,
Integer limit,
String resourceVersion,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1NodeList> callback)
(asynchronously)
list or watch objects of kind Node
|
Modifier and Type | Method and Description |
---|---|
V1NodeList |
V1NodeList.addItemsItem(V1Node itemsItem) |
V1NodeList |
V1NodeList.apiVersion(String apiVersion) |
V1NodeList |
V1NodeList.items(List<V1Node> items) |
V1NodeList |
V1NodeList.kind(String kind) |
V1NodeList |
V1NodeList.metadata(V1ListMeta metadata) |
Copyright © 2018. All rights reserved.