Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerationOrAnnotationChangedPredicate ¶
GenerationOrAnnotationChangedPredicate implements a predicate function that skips update events in which the generation hasn't been incremented, nor the annotations have changed.
The implementation is based on sigs.k8s.io/controller-runtime/pkg/predicate.GenerationChangedPredicate.
func (GenerationOrAnnotationChangedPredicate) Update ¶
func (GenerationOrAnnotationChangedPredicate) Update(e event.UpdateEvent) bool
Update implements default UpdateEvent filter for validating generation/annotation change
Click to show internal directories.
Click to hide internal directories.