Versions in this module Expand all Collapse all v1 v1.1.0 Jan 29, 2018 v1.0.0 Jan 25, 2018 Changes in this version + type Options struct + AtMost time.Duration + Logger *log.Logger + PollInterval time.Duration + type Wait struct + func NewWait(options Options) Wait + func (r *Wait) GetAtMost() time.Duration + func (r *Wait) GetLogger(componentName string) *log.Logger + func (r *Wait) GetPollInterval() time.Duration + func (r *Wait) Poll(componentName string, readinessProbe func() error) error