| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
ProbeOrBuilder |
ContainerOrBuilder.getLivenessProbeOrBuilder()
Periodic probe of container liveness.
|
ProbeOrBuilder |
Container.getLivenessProbeOrBuilder()
Periodic probe of container liveness.
|
ProbeOrBuilder |
Container.Builder.getLivenessProbeOrBuilder()
Periodic probe of container liveness.
|
ProbeOrBuilder |
ContainerOrBuilder.getStartupProbeOrBuilder()
Startup probe of application within the container.
|
ProbeOrBuilder |
Container.getStartupProbeOrBuilder()
Startup probe of application within the container.
|
ProbeOrBuilder |
Container.Builder.getStartupProbeOrBuilder()
Startup probe of application within the container.
|
Copyright © 2025 Google LLC. All rights reserved.