pub const DEFAULT_HEALTH_PROBE_FAILURE_THRESHOLD: i64 = 3;Expand description
Default spec.health.probe.failureThreshold: how many consecutive failing
probes must accumulate before the loud RepositoryVanished / BackendReachable=False
condition is raised and an event fired. Debounces a single transient blip
(an S3 list-after-delete race, a NAS reboot, a credential-rotation moment)
from alarming on-call or nudging a destructive manual recreate.