Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventFilterPredicate ¶
type EventTransformer ¶
type EventTransformer struct { RuleSelector RuleSelector Rules map[string]Func }
type FilteredWatch ¶
type FilteredWatch struct {
// contains filtered or unexported fields
}
func NewFilteredWatch ¶
func NewFilteredWatch(inputWatch watch.Interface, predicates ...EventFilterPredicate) *FilteredWatch
func (*FilteredWatch) ResultChan ¶
func (fw *FilteredWatch) ResultChan() <-chan watch.Event
func (*FilteredWatch) Stop ¶
func (fw *FilteredWatch) Stop()
type RuleSelector ¶
Click to show internal directories.
Click to hide internal directories.