//
pkg.gl
Category
github.com/elastic/cloud-on-k8s/v2
pkg
utils
retry
package
2.16.1
Repository:
https://github.com/elastic/cloud-on-k8s.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
5
Files
44 SLOC
#
Functions
UntilSuccess
UntilSuccess retries the given function f for up to the given timeout, by separating each attempt by the given retryInterval.
#
Structs
ErrTimeoutReached
ErrTimeoutReached is an error returned when timeout is reached.