Package | Description |
---|---|
io.kubernetes.client.openapi.apis | |
io.kubernetes.client.openapi.models |
Modifier and Type | Method and Description |
---|---|
V1RuntimeClassList |
NodeV1Api.listRuntimeClass(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 RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<V1RuntimeClassList> |
NodeV1Api.listRuntimeClassWithHttpInfo(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 RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
NodeV1Api.listRuntimeClassAsync(String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1RuntimeClassList> _callback)
(asynchronously) list or watch objects of kind RuntimeClass
|
Modifier and Type | Method and Description |
---|---|
V1RuntimeClassList |
V1RuntimeClassList.addItemsItem(V1RuntimeClass itemsItem) |
V1RuntimeClassList |
V1RuntimeClassList.apiVersion(String apiVersion) |
V1RuntimeClassList |
V1RuntimeClassList.items(List<V1RuntimeClass> items) |
V1RuntimeClassList |
V1RuntimeClassList.kind(String kind) |
V1RuntimeClassList |
V1RuntimeClassList.metadata(V1ListMeta metadata) |
Copyright © 2022. All rights reserved.