pub fn default_backoff() -> impl Backoff + Send + Sync
This is supported on crate feature runtime only.
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.