# Functions
And returns a composite predicate that implements a logical AND of the predicates passed to it.
LabelSelectorPredicate constructs a Predicate from a LabelSelector.
NewPredicateFuncs returns a predicate funcs that applies the given filter function on CREATE, UPDATE, DELETE and GENERIC events.
NewTypedPredicateFuncs returns a predicate funcs that applies the given filter function on CREATE, UPDATE, DELETE and GENERIC events.
Not returns a predicate that implements a logical NOT of the predicate passed to it.
Or returns a composite predicate that implements a logical OR of the predicates passed to it.
# Structs
TypedAnnotationChangedPredicate implements a default update predicate function on annotation change.
TypedFuncs is a function that implements TypedPredicate.
TypedGenerationChangedPredicate implements a default update predicate function on Generation change.
TypedLabelChangedPredicate implements a default update predicate function on label change.
TypedResourceVersionChangedPredicate implements a default update predicate function on resource version change.
# Interfaces
TypedPredicate filters events before enqueuing the keys.