Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProbeSettings

Package version

Deployment container liveness/readiness probe configuration.

Hierarchy

  • ProbeSettings

Index

Properties

Optional failureThreshold

failureThreshold: undefined | number

The number of failures to allow before returning an unhealthy status.

Optional initialDelay

initialDelay: undefined | string

The delay before the first probe in ISO 8601 format.

Optional period

period: undefined | string

The length of time between probes in ISO 8601 format.

Optional successThreshold

successThreshold: undefined | number

The number of successful probes before returning a healthy status.

Optional timeout

timeout: undefined | string

The probe timeout in ISO 8601 format.

Generated using TypeDoc