Uses of Class
io.kubernetes.client.openapi.models.V1ResourceQuotaList
Packages that use V1ResourceQuotaList
-
Uses of V1ResourceQuotaList in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ResourceQuotaListModifier and TypeMethodDescriptionCoreV1Api.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 ResourceQuotaCoreV1Api.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 ResourceQuotaMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ResourceQuotaListModifier and TypeMethodDescriptionCoreV1Api.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 ResourceQuotaCoreV1Api.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 ResourceQuotaMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ResourceQuotaListModifier and TypeMethodDescriptionokhttp3.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 ResourceQuotaokhttp3.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 -
Uses of V1ResourceQuotaList in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ResourceQuotaListModifier and TypeMethodDescriptionV1ResourceQuotaList.addItemsItem
(V1ResourceQuota itemsItem) V1ResourceQuotaList.apiVersion
(String apiVersion) V1ResourceQuotaList.items
(List<V1ResourceQuota> items) V1ResourceQuotaList.metadata
(V1ListMeta metadata)