| Modifier and Type | Method and Description |
|---|---|
static Probe |
Probe.fromCommand(List<String> command)
(experimental) Defines a probe based on a command which is executed within the container.
|
static Probe |
Probe.fromCommand(List<String> command,
CommandProbeOptions options)
(experimental) Defines a probe based on a command which is executed within the container.
|
static Probe |
Probe.fromHttpGet(String path)
(experimental) Defines a probe based on an HTTP GET request to the IP address of the container.
|
static Probe |
Probe.fromHttpGet(String path,
HttpGetProbeOptions options)
(experimental) Defines a probe based on an HTTP GET request to the IP address of the container.
|
default Probe |
ContainerProps.getReadiness()
(experimental) Determines when the container is ready to serve traffic.
|
Probe |
ContainerProps.Jsii$Proxy.getReadiness() |
| Modifier and Type | Method and Description |
|---|---|
Container.Builder |
Container.Builder.readiness(Probe readiness)
(experimental) Determines when the container is ready to serve traffic.
|
ContainerProps.Builder |
ContainerProps.Builder.readiness(Probe readiness)
Sets the value of
ContainerProps.getReadiness() |
Copyright © 2020. All rights reserved.