python/kubernetes/docs/V1ResourceQuotaStatus.md
2017-04-17 16:37:09 -07:00

656 B

V1ResourceQuotaStatus

Properties

Name Type Description Notes
hard dict(str, str) 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, str) Used is the current observed total usage of the resource in the namespace. [optional]

[Back to Model list] [Back to API list] [Back to README]