Documentation ¶ Index ¶ func ByNamespace(namespace string) predicate.Funcs func Factory(filter func(o ctrlruntimeclient.Object) bool) predicate.Funcs Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ByNamespace ¶ func ByNamespace(namespace string) predicate.Funcs ByNamespace returns a predicate func that only includes objects in the given namespace. 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.