Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnnotationPredicate ¶
AnnotationPredicate Predicate interface implementation that is looking for a specific Annotation key in the object metadata if Value is also set, validate that the Value is also equal
func (AnnotationPredicate) Create ¶
func (a AnnotationPredicate) Create(e event.CreateEvent) bool
Create returns true if the Create event should be processed
func (AnnotationPredicate) Delete ¶
func (a AnnotationPredicate) Delete(e event.DeleteEvent) bool
Delete returns true if the Delete event should be processed
func (AnnotationPredicate) Generic ¶
func (a AnnotationPredicate) Generic(e event.GenericEvent) bool
Generic returns true if the Generic event should be processed
func (AnnotationPredicate) Update ¶
func (a AnnotationPredicate) Update(e event.UpdateEvent) bool
Update returns true if the Update event should be processed
Click to show internal directories.
Click to hide internal directories.