| Modifier and Type | Method and Description |
|---|---|
ContainerHttpGet |
ContainerProbe.httpGet()
Get the Http Get settings to probe.
|
ContainerHttpGet |
ContainerHttpGet.withPath(String path)
Set the path to probe.
|
ContainerHttpGet |
ContainerHttpGet.withPort(int port)
Set the port number to probe.
|
ContainerHttpGet |
ContainerHttpGet.withScheme(String scheme)
Set the scheme.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerProbe |
ContainerProbe.withHttpGet(ContainerHttpGet httpGet)
Set the Http Get settings to probe.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/