Files
go/kubernetes/docs/V1ResourceQuotaStatus.md

12 lines
608 B
Markdown
Raw Permalink Normal View History

# V1ResourceQuotaStatus
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**Hard** | **map[string]string** | Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ | [optional]
**Used** | **map[string]string** | Used is the current observed total usage of the resource in the namespace. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)