Function kube::runtime::watcher::default_backoff

source ·
pub fn default_backoff() -> DefaultBackoff
👎Deprecated since 0.84.0: replaced by watcher::DefaultBackoff. This fn will be removed in 0.88.0.
Available on crate feature runtime only.
Expand description

Default watch Backoff inspired by Kubernetes’ client-go.

This fn has been moved into DefaultBackoff.