python/kubernetes/docs/V1ResourceQuotaSpec.md
2018-01-26 13:44:27 -08:00

642 B

V1ResourceQuotaSpec

Properties

Name Type Description Notes
hard dict(str, str) Hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ [optional]
scopes list[str] A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. [optional]

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