Skip to main content

get specified namespace's resource quota and usage

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

get specified namespace's resource quota and usage

Path Parameters
    namespace string required

    The specified namespace.

Responses

ok


Schema
    data required

    resource quota status

    hard object

    Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/

    required
    properties
    used object

    Used is the current observed total usage of the resource in the namespace.

    required
    properties
    namespace string required

    namespace

Loading...