ResourceRequirement
No overview available.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Request | resource.Quantity | The requested amount of a resource, typically used to specify the minimum amount of a resource that a container or pod needs to run. |
| Limit | resource.Quantity | The maximum amount of a resource that a container or pod is allowed to consume, preventing it from using more than its allocated share. |