| Modifier and Type | Method and Description |
|---|---|
ContainerExec |
ContainerProbe.exec()
Get the execution command to probe.
|
ContainerExec |
ContainerExec.withCommand(List<String> command)
Set the commands to execute within the container.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProbe |
ContainerProbe.withExec(ContainerExec exec)
Set the execution command to probe.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/