Uses of Class
org.cdk8s.plus24.Probe
-
Packages that use Probe Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of Probe in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return Probe Modifier and Type Method Description 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
ContainerOpts. getLiveness()
Periodic probe of container liveness.Probe
ContainerOpts.Jsii$Proxy. getLiveness()
Probe
ContainerProps.Jsii$Proxy. getLiveness()
default Probe
ContainerOpts. getReadiness()
Determines when the container is ready to serve traffic.Probe
ContainerOpts.Jsii$Proxy. getReadiness()
Probe
ContainerProps.Jsii$Proxy. getReadiness()
default Probe
ContainerOpts. getStartup()
StartupProbe indicates that the Pod has successfully initialized.Probe
ContainerOpts.Jsii$Proxy. getStartup()
Probe
ContainerProps.Jsii$Proxy. getStartup()
Methods in org.cdk8s.plus24 with parameters of type Probe Modifier and Type Method Description Container.Builder
Container.Builder. liveness(Probe liveness)
Periodic probe of container liveness.ContainerOpts.Builder
ContainerOpts.Builder. liveness(Probe liveness)
Sets the value ofContainerOpts.getLiveness()
ContainerProps.Builder
ContainerProps.Builder. liveness(Probe liveness)
Sets the value ofContainerOpts.getLiveness()
Container.Builder
Container.Builder. readiness(Probe readiness)
Determines when the container is ready to serve traffic.ContainerOpts.Builder
ContainerOpts.Builder. readiness(Probe readiness)
Sets the value ofContainerOpts.getReadiness()
ContainerProps.Builder
ContainerProps.Builder. readiness(Probe readiness)
Sets the value ofContainerOpts.getReadiness()
Container.Builder
Container.Builder. startup(Probe startup)
StartupProbe indicates that the Pod has successfully initialized.ContainerOpts.Builder
ContainerOpts.Builder. startup(Probe startup)
Sets the value ofContainerOpts.getStartup()
ContainerProps.Builder
ContainerProps.Builder. startup(Probe startup)
Sets the value ofContainerOpts.getStartup()
-