ResourceQuotaStatus

io.k8s.api.core.v1.ResourceQuotaStatus source ↗

ResourceQuotaStatus defines the enforced hard limits and observed use.

hardmap[string]QuantityHard is the set of enforced hard limits for each named resource.More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
usedmap[string]QuantityUsed is the current observed total usage of the resource in the namespace.