We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d5e44 commit c8666aeCopy full SHA for c8666ae
crates/stackable-operator/src/builder/pod/probe.rs
@@ -200,7 +200,7 @@ impl ProbeBuilder<ProbeAction, Duration> {
200
Ok(self.with_success_threshold(success_threshold.ceil() as i32))
201
}
202
203
- /// After a probe fails `failureThreshold` times in a row, Kubernetes considers that the
+ /// After a probe fails `failureThreshold` times in a row, Kubernetes considers that the
204
/// overall check has failed: the container is not ready/healthy/live.
205
///
206
/// Minimum value is 1 second. For the case of a startup or liveness probe, if at least
0 commit comments