Documentation ¶
Index ¶
- type RequestForKanaryLabel
- func (e *RequestForKanaryLabel) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
- func (e *RequestForKanaryLabel) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
- func (e *RequestForKanaryLabel) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
- func (e *RequestForKanaryLabel) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestForKanaryLabel ¶
type RequestForKanaryLabel struct { }
RequestForKanaryLabel enqueues Requests for the KanaryStatefulset corresponding to the label value.
func (*RequestForKanaryLabel) Create ¶
func (e *RequestForKanaryLabel) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface)
Create implements EventHandler
func (*RequestForKanaryLabel) Delete ¶
func (e *RequestForKanaryLabel) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface)
Delete implements EventHandler
func (*RequestForKanaryLabel) Generic ¶
func (e *RequestForKanaryLabel) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface)
Generic implements EventHandler
func (*RequestForKanaryLabel) Update ¶
func (e *RequestForKanaryLabel) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)
Update implements EventHandler
Click to show internal directories.
Click to hide internal directories.