| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withCommand(List<String> command)
Set the command value.
|
Container |
Container.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set the environmentVariables value.
|
Container |
Container.withImage(String image)
Set the image value.
|
Container |
Container.withName(String name)
Set the name value.
|
Container |
Container.withPorts(List<ContainerPort> ports)
Set the ports value.
|
Container |
Container.withResources(ResourceRequirements resources)
Set the resources value.
|
Container |
Container.withVolumeMounts(List<VolumeMount> volumeMounts)
Set the volumeMounts value.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Container> |
ContainerGroup.containers() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/