ProbeType
Types of probe that can be used to check the health of the process:
- LIVENESS: used to check if the process is alive
- READINESS: used to check if the process is ready to operate
- ALL: used to check both liveness and readiness
Enumeration Members
Enumeration Member | Value |
---|---|
ALL | "all" |
LIVENESS | "liveness" |
READINESS | "readiness" |