package
0.0.0-20200105234837-3f85c9d2fd0d
Repository: https://github.com/bygui86/kubernetes-tests.git
Documentation: pkg.go.dev

# Functions

Retry is a wrapper around RetryWorker that provides a real RetryTicker.
RetryWorker calls ConditionFunc until either: * it returns boolean true * a timeout expires * an error occurs.

# Structs

Ticker is a real implementation of RetryTicker interface.

# Interfaces

RetryTicker is a wrapper aroung time.Tick, that allows to mock its implementation.