Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1NodeList |
CoreV1Api.listNode(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 Node
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1NodeList> |
CoreV1Api.listNodeWithHttpInfo(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 Node
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
CoreV1Api.listNodeAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
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 |
V1NodeListBuilder.build() |
V1NodeList |
V1NodeList.items(List<V1Node> items) |
V1NodeList |
V1NodeList.kind(String kind) |
V1NodeList |
V1NodeList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1NodeListBuilder(V1NodeList instance) |
V1NodeListBuilder(V1NodeList instance,
Boolean validationEnabled) |
V1NodeListBuilder(V1NodeListFluent<?> fluent,
V1NodeList instance) |
V1NodeListBuilder(V1NodeListFluent<?> fluent,
V1NodeList instance,
Boolean validationEnabled) |
V1NodeListFluentImpl(V1NodeList instance) |
Copyright © 2021. All rights reserved.