Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LabelMatcher ¶
type LabelMatcher struct {
Selector labels.Selector
}
LabelMatcher filters events by the event's object labels
type SimpleEventFilter ¶
type SimpleEventFilter interface {
// return True to filter out the event
FilterEvent(obj client.Object) bool
}
SimpleEventFilter filters events for a single object type
type SimpleEventFilterFunc ¶ added in v0.7.17
type SimpleEventFilterFunc func(obj client.Object) bool
func (SimpleEventFilterFunc) FilterEvent ¶ added in v0.7.17
func (f SimpleEventFilterFunc) FilterEvent(obj client.Object) bool
type SimplePredicate ¶
type SimplePredicate struct {
Filter SimpleEventFilter
}
SimplePredicate filters events based on a ShouldSync function
Click to show internal directories.
Click to hide internal directories.