Skip to main content
Version: 2.10

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 MemberValue
ALL"all"
LIVENESS"liveness"
READINESS"readiness"