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