Function kube_runtime::watcher::default_backoff
source · pub fn default_backoff() -> impl Backoff + Send + Sync
Expand description
Default watch Backoff
inspired by Kubernetes’ client-go.
Note that the exact parameters used herein should not be considered stable. The parameters currently optimize for being kind to struggling apiservers. See client-go’s reflector source for more details.