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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript