wait icon indicating copy to clipboard operation
wait copied to clipboard

k8s wait and backoff utilities, extracted for general use

wait Build Status codecov

wait is an extraction of the kubernetes exponential backoff and wait functionality into an independently re-useable, zero-dependency package.

The most notable difference from the kubernetes library is that wait makes no provisions for handling panic recovery within its functions, instead relying on the caller to do so, if needed.

LICENSE

Apache, see LICENSE