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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for JavaScript