Versions in this module Expand all Collapse all v0 v0.7.2 Jul 19, 2019 Changes in this version + func WaitUntilComplete(objects []model.K8sMeta, wp WatchProvider, opts WaitOptions) (finalErr error) + type ObjectStatus struct + Description string + Done bool + type StatusListener interface + OnEnd func(err error) + OnError func(object model.K8sMeta, err error) + OnInit func(objects []model.K8sMeta) + OnStatusChange func(object model.K8sMeta, rs ObjectStatus) + type WaitOptions struct + Listener StatusListener + Timeout time.Duration + type WatchProvider func(obj model.K8sMeta) (watch.Interface, error)