ResourceRequirements interface
The resource requirements.
Properties
| limits | The resource limits of this container instance. |
| requests | The resource requests of this container instance. |
Property Details
limits
The resource limits of this container instance.
limits?: ResourceLimits
Property Value
requests
The resource requests of this container instance.
requests: ResourceRequests