Versions in this module Expand all Collapse all v1 v1.0.0 Mar 24, 2020 Changes in this version + func NewProxyWatcher(watcher watch.Interface, converter EventConverter, logger log.FieldLogger) watch.Interface + type EventConverter interface + Convert func(watch.Event) (*watch.Event, error) + type Storage interface + func WrapStorageError(delegate Storage) Storage