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