Documentation ¶ Index ¶ func ByLabels(selector labels.Selector) predicate.Funcs func Factory(filter func(o ctrlruntimeclient.Object) bool) predicate.Funcs Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ByLabels ¶ func ByLabels(selector labels.Selector) predicate.Funcs func Factory ¶ func Factory(filter func(o ctrlruntimeclient.Object) bool) predicate.Funcs Factory returns a predicate func that applies the given filter function on CREATE, UPDATE and DELETE events. For UPDATE events, the filter is applied to both the old and new object and OR's the result. Types ¶ This section is empty. Source Files ¶ View all Source files predicate.go Click to show internal directories. Click to hide internal directories.