12 lines
728 B
Markdown
12 lines
728 B
Markdown
# V1ResourceQuotaStatus
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**hard** | [**dict(str, ResourceQuantity)**](ResourceQuantity.md) | 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)**](ResourceQuantity.md) | 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)
|
|
|
|
|