Versions in this module Expand all Collapse all v2 v2.0.0 Apr 16, 2020 Changes in this version + type ObjectWatcher struct + func ForObject(ctx context.Context, clientForResource dynamic.ResourceInterface, name string) *ObjectWatcher + func (ow *ObjectWatcher) RetryUntil(r Retry, timeout time.Duration) error + func (ow *ObjectWatcher) WatchUntil(pred Predicate, timeout time.Duration) error + type Predicate func(*unstructured.Unstructured) bool + type Retry func(*unstructured.Unstructured, error) error + type RetryError struct + Err error + Retryable bool + func RetryableError(err error) *RetryError + func (re RetryError) Error() string