Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NotificationSource ¶
type NotificationSource struct {
Queue workqueue.RateLimitingInterface
}
NotificationSource specifies a queue of notifications
func (*NotificationSource) Start ¶
func (s *NotificationSource) Start(context context.Context, handler handler.EventHandler, q workqueue.RateLimitingInterface, predicates ...predicate.Predicate) error
Start will setup s.Queue field
Click to show internal directories.
Click to hide internal directories.