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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for JavaScript