ResourceRequirements interface
This type describes the resource requirements for a container or a service.
Properties
| limits | Describes the maximum limits on the resources for a given container. |
| requests | Describes the requested resources for a given container. |
Property Details
limits
Describes the maximum limits on the resources for a given container.
limits?: ResourceLimits
Property Value
requests
Describes the requested resources for a given container.
requests: ResourceRequests