//
pkg.gl
Category
github.com/icinga/icinga-kubernetes
pkg
backoff
package
0.2.0
Repository:
https://github.com/icinga/icinga-kubernetes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
32 SLOC
#
Functions
NewExponentialWithJitter
NewExponentialWithJitter returns a backoff implementation that exponentially increases the backoff duration for each retry from min, never exceeding max.
#
Type aliases
Backoff
Backoff returns the backoff duration for a specific retry attempt.