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
- 200
ok
application/json
Schema
Example (from schema)
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
{
"data": {
"hard": {},
"used": {}
},
"namespace": "string"
}
Loading...