Uses of Class
org.cdk8s.plus25.Probe
-
Packages that use Probe Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of Probe in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return Probe Modifier and Type Method Description static ProbeProbe. fromCommand(List<String> command)Defines a probe based on a command which is executed within the container.static ProbeProbe. fromCommand(List<String> command, CommandProbeOptions options)Defines a probe based on a command which is executed within the container.static ProbeProbe. fromHttpGet(String path)Defines a probe based on an HTTP GET request to the IP address of the container.static ProbeProbe. fromHttpGet(String path, HttpGetProbeOptions options)Defines a probe based on an HTTP GET request to the IP address of the container.static ProbeProbe. fromTcpSocket()Defines a probe based opening a connection to a TCP socket on the container.static ProbeProbe. fromTcpSocket(TcpSocketProbeOptions options)Defines a probe based opening a connection to a TCP socket on the container.default ProbeContainerOpts. getLiveness()Periodic probe of container liveness.ProbeContainerOpts.Jsii$Proxy. getLiveness()ProbeContainerProps.Jsii$Proxy. getLiveness()default ProbeContainerOpts. getReadiness()Determines when the container is ready to serve traffic.ProbeContainerOpts.Jsii$Proxy. getReadiness()ProbeContainerProps.Jsii$Proxy. getReadiness()default ProbeContainerOpts. getStartup()StartupProbe indicates that the Pod has successfully initialized.ProbeContainerOpts.Jsii$Proxy. getStartup()ProbeContainerProps.Jsii$Proxy. getStartup()Methods in org.cdk8s.plus25 with parameters of type Probe Modifier and Type Method Description Container.BuilderContainer.Builder. liveness(Probe liveness)Periodic probe of container liveness.ContainerOpts.BuilderContainerOpts.Builder. liveness(Probe liveness)Sets the value ofContainerOpts.getLiveness()ContainerProps.BuilderContainerProps.Builder. liveness(Probe liveness)Sets the value ofContainerOpts.getLiveness()Container.BuilderContainer.Builder. readiness(Probe readiness)Determines when the container is ready to serve traffic.ContainerOpts.BuilderContainerOpts.Builder. readiness(Probe readiness)Sets the value ofContainerOpts.getReadiness()ContainerProps.BuilderContainerProps.Builder. readiness(Probe readiness)Sets the value ofContainerOpts.getReadiness()Container.BuilderContainer.Builder. startup(Probe startup)StartupProbe indicates that the Pod has successfully initialized.ContainerOpts.BuilderContainerOpts.Builder. startup(Probe startup)Sets the value ofContainerOpts.getStartup()ContainerProps.BuilderContainerProps.Builder. startup(Probe startup)Sets the value ofContainerOpts.getStartup()
-