728 B
728 B
V1ResourceQuotaStatus
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| hard | dict(str, ResourceQuantity) | Hard is the set of enforced hard limits for each named resource. More info: http://releases.k8s.io/HEAD/docs/design/admission_control_resource_quota.md#admissioncontrol-plugin-resourcequota | [optional] |
| used | dict(str, ResourceQuantity) | Used is the current observed total usage of the resource in the namespace. | [optional] |