static Probe |
Probe.fromCommand(List<String> command) |
Defines a probe based on a command which is executed within the container.
|
static Probe |
Probe.fromCommand(List<String> command,
CommandProbeOptions options) |
Defines a probe based on a command which is executed within the container.
|
static Probe |
Probe.fromHttpGet(String path) |
Defines a probe based on an HTTP GET request to the IP address of the container.
|
static Probe |
Probe.fromHttpGet(String path,
HttpGetProbeOptions options) |
Defines a probe based on an HTTP GET request to the IP address of the container.
|
static Probe |
Probe.fromTcpSocket() |
Defines a probe based opening a connection to a TCP socket on the container.
|
static Probe |
Probe.fromTcpSocket(TcpSocketProbeOptions options) |
Defines a probe based opening a connection to a TCP socket on the container.
|
default Probe |
ContainerProps.getLiveness() |
Periodic probe of container liveness.
|
Probe |
ContainerProps.Jsii$Proxy.getLiveness() |
|
default Probe |
ContainerProps.getReadiness() |
Determines when the container is ready to serve traffic.
|
Probe |
ContainerProps.Jsii$Proxy.getReadiness() |
|
default Probe |
ContainerProps.getStartup() |
StartupProbe indicates that the Pod has successfully initialized.
|
Probe |
ContainerProps.Jsii$Proxy.getStartup() |
|