Uses of Interface
com.google.cloud.run.v2.ProbeOrBuilder
-
Packages that use ProbeOrBuilder Package Description com.google.cloud.run.v2 A client to Cloud Run Admin API -
-
Uses of ProbeOrBuilder in com.google.cloud.run.v2
Classes in com.google.cloud.run.v2 that implement ProbeOrBuilder Modifier and Type Class Description class
Probe
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.static class
Probe.Builder
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.Methods in com.google.cloud.run.v2 that return ProbeOrBuilder Modifier and Type Method Description ProbeOrBuilder
Container.Builder. getLivenessProbeOrBuilder()
Periodic probe of container liveness.ProbeOrBuilder
Container. getLivenessProbeOrBuilder()
Periodic probe of container liveness.ProbeOrBuilder
ContainerOrBuilder. getLivenessProbeOrBuilder()
Periodic probe of container liveness.ProbeOrBuilder
Container.Builder. getStartupProbeOrBuilder()
Startup probe of application within the container.ProbeOrBuilder
Container. getStartupProbeOrBuilder()
Startup probe of application within the container.ProbeOrBuilder
ContainerOrBuilder. getStartupProbeOrBuilder()
Startup probe of application within the container.
-