| Package | Description |
|---|---|
| io.kubernetes.client.openapi.apis | |
| io.kubernetes.client.openapi.models |
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuotaList |
CoreV1Api.listNamespacedResourceQuota(String namespace,
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 ResourceQuota
|
V1ResourceQuotaList |
CoreV1Api.listResourceQuotaForAllNamespaces(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<V1ResourceQuotaList> |
CoreV1Api.listNamespacedResourceQuotaWithHttpInfo(String namespace,
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 ResourceQuota
|
ApiResponse<V1ResourceQuotaList> |
CoreV1Api.listResourceQuotaForAllNamespacesWithHttpInfo(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch)
list or watch objects of kind ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
CoreV1Api.listNamespacedResourceQuotaAsync(String namespace,
String pretty,
Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ResourceQuotaList> _callback)
(asynchronously) list or watch objects of kind ResourceQuota
|
okhttp3.Call |
CoreV1Api.listResourceQuotaForAllNamespacesAsync(Boolean allowWatchBookmarks,
String _continue,
String fieldSelector,
String labelSelector,
Integer limit,
String pretty,
String resourceVersion,
String resourceVersionMatch,
Integer timeoutSeconds,
Boolean watch,
ApiCallback<V1ResourceQuotaList> _callback)
(asynchronously) list or watch objects of kind ResourceQuota
|
| Modifier and Type | Method and Description |
|---|---|
V1ResourceQuotaList |
V1ResourceQuotaList.addItemsItem(V1ResourceQuota itemsItem) |
V1ResourceQuotaList |
V1ResourceQuotaList.apiVersion(String apiVersion) |
V1ResourceQuotaList |
V1ResourceQuotaList.items(List<V1ResourceQuota> items) |
V1ResourceQuotaList |
V1ResourceQuotaList.kind(String kind) |
V1ResourceQuotaList |
V1ResourceQuotaList.metadata(V1ListMeta metadata) |
Copyright © 2021. All rights reserved.