package
2.27.2
Repository: https://github.com/kubermatic/kubermatic.git
Documentation: pkg.go.dev

# Functions

ByAnnotation returns a predicate func that only includes objects with the given annotation.
ByLabel returns a predicate func that only includes objects with the given label.
ByLabel returns a predicate func that only includes objects that have a specific label key (value is ignored).
ByName returns a predicate func that only includes objects in the given names.
ByNamespace returns a predicate func that only includes objects in the given namespace.
Factory returns a predicate func that applies the given filter function on CREATE, UPDATE and DELETE events.
MultiFactory returns a predicate func that applies the given filter functions to the respective events for CREATE, UPDATE and DELETE.
TrueFilter is a helper filter implementation that always returns true, e.g.
No description provided by the author
No description provided by the author