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,
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,
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,
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,
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,
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,
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 |
V1ResourceQuotaListBuilder.build() |
V1ResourceQuotaList |
V1ResourceQuotaList.items(List<V1ResourceQuota> items) |
V1ResourceQuotaList |
V1ResourceQuotaList.kind(String kind) |
V1ResourceQuotaList |
V1ResourceQuotaList.metadata(V1ListMeta metadata) |
Constructor and Description |
---|
V1ResourceQuotaListBuilder(V1ResourceQuotaList instance) |
V1ResourceQuotaListBuilder(V1ResourceQuotaList instance,
Boolean validationEnabled) |
V1ResourceQuotaListBuilder(V1ResourceQuotaListFluent<?> fluent,
V1ResourceQuotaList instance) |
V1ResourceQuotaListBuilder(V1ResourceQuotaListFluent<?> fluent,
V1ResourceQuotaList instance,
Boolean validationEnabled) |
V1ResourceQuotaListFluentImpl(V1ResourceQuotaList instance) |
Copyright © 2020. All rights reserved.