listCoreV1NamespacedResourceQuota | SELECT | namespace, cluster_addr, protocol | list or watch objects of kind ResourceQuota |
listCoreV1ResourceQuotaForAllNamespaces | SELECT | cluster_addr, protocol | list or watch objects of kind ResourceQuota |
readCoreV1NamespacedResourceQuota | SELECT | name, namespace, cluster_addr, protocol | read the specified ResourceQuota |
createCoreV1NamespacedResourceQuota | INSERT | namespace, cluster_addr, protocol | create a ResourceQuota |
deleteCoreV1CollectionNamespacedResourceQuota | DELETE | namespace, cluster_addr, protocol | delete collection of ResourceQuota |
deleteCoreV1NamespacedResourceQuota | DELETE | name, namespace, cluster_addr, protocol | delete a ResourceQuota |
patchCoreV1NamespacedResourceQuota | EXEC | name, namespace, cluster_addr, protocol | partially update the specified ResourceQuota |
patchCoreV1NamespacedResourceQuotaStatus | EXEC | name, namespace, cluster_addr, protocol | partially update status of the specified ResourceQuota |
readCoreV1NamespacedResourceQuotaStatus | EXEC | name, namespace, cluster_addr, protocol | read status of the specified ResourceQuota |
replaceCoreV1NamespacedResourceQuota | EXEC | name, namespace, cluster_addr, protocol | replace the specified ResourceQuota |
replaceCoreV1NamespacedResourceQuotaStatus | EXEC | name, namespace, cluster_addr, protocol | replace status of the specified ResourceQuota |
watchCoreV1NamespacedResourceQuota | EXEC | name, namespace, cluster_addr, protocol | watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. |
watchCoreV1NamespacedResourceQuotaList | EXEC | namespace, cluster_addr, protocol | watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. |
watchCoreV1ResourceQuotaListForAllNamespaces | EXEC | cluster_addr, protocol | watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. |