| Modifier and Type | Method and Description |
|---|---|
ResourceRequirements |
Container.resources()
Get the resource requirements of the container instance.
|
ResourceRequirements |
ResourceRequirements.withLimits(ResourceLimits limits)
Set the resource limits of this container instance.
|
ResourceRequirements |
ResourceRequirements.withRequests(ResourceRequests requests)
Set the resource requests of this container instance.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withResources(ResourceRequirements resources)
Set the resource requirements of the container instance.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/