Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type Event struct + Data meta.Object + Type EventType + type EventType string + const DefaultChannelBuffer + const EventAdded + const EventDeleted + const EventErr + const EventSync + const EventUpdated + type Interface interface + Stop func() + WatchEvent func() <-chan Event + func NewSelectWatch(w Interface, fn SelectFunc) Interface + type SelectFunc func(meta.Object) (bool, error) + type SelectorWatch struct + func (fw *SelectorWatch) Stop() + func (fw *SelectorWatch) WatchEvent() <-chan Event