Documentation ¶
Index ¶
- Variables
- func OnTimeout(backoff wait.Backoff, fn func() error, callbacks ...func(...interface{})) error
- func WithIgnoreOnAlreadyExist(backoff wait.Backoff, fn func() error, callbacks ...func(...interface{})) error
- func WithIgnoreOnNotFound(backoff wait.Backoff, fn func() error, callbacks ...func(...interface{})) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultBackoff = retry.DefaultBackoff ErrInvalidFunc = goerrors.New("invalid function") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.