Skip to main content

Get whole cluster's resource usage

deprecated

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

Get whole cluster's resource usage

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...