Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWatchWithRangeAnnotations ¶
func NewWatchWithRangeAnnotations(r common.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
func Watch ¶
func Watch(r common.Reconciler, gvk schema.GroupVersionKind) builder.Predicates
Types ¶
type CreateFunc ¶
type CreateFunc func(e event.CreateEvent) bool
type DeleteFunc ¶
type DeleteFunc func(e event.DeleteEvent) bool
type GenericFunc ¶
type GenericFunc func(e event.GenericEvent) bool
type UpdateFunc ¶
type UpdateFunc func(e event.UpdateEvent) bool
Click to show internal directories.
Click to hide internal directories.