Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProbeConfig ¶
type ProbeConfig struct { LivenessPath string ReadinessPath string InitialDelaySeconds int32 TimeoutSeconds int32 PeriodSeconds int32 }
ProbeConfig - the configuration for liveness and readiness probes LivenessPath - Endpoint path for the liveness probe ReadinessPath - Endpoint path for the readiness probe InitialDelaySeconds - Number of seconds after the container starts before liveness/readiness probes are initiated TimeoutSeconds - Number of seconds after which the probe times out PeriodSeconds - How often (in seconds) to perform the probe
Click to show internal directories.
Click to hide internal directories.