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
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript