Documentation ¶
Index ¶
- type EnqueueForObject
- func (e *EnqueueForObject) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueForObject) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueForObject) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *EnqueueForObject) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnqueueForObject ¶
type EnqueueForObject struct {
Coordinator core.Coordinator
}
func (*EnqueueForObject) Create ¶
func (e *EnqueueForObject) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*EnqueueForObject) Delete ¶
func (e *EnqueueForObject) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*EnqueueForObject) Generic ¶
func (e *EnqueueForObject) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*EnqueueForObject) Update ¶
func (e *EnqueueForObject) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
Click to show internal directories.
Click to hide internal directories.