Versions in this module Expand all Collapse all v0 v0.4.0 Sep 24, 2021 v0.3.0 Sep 17, 2021 Changes in this version + type CSVEventHandler struct + func NewCSVEventHandler() *CSVEventHandler + func (h *CSVEventHandler) Create(evt event.CreateEvent, q workqueue.RateLimitingInterface) + func (h *CSVEventHandler) Delete(evt event.DeleteEvent, q workqueue.RateLimitingInterface) + func (h *CSVEventHandler) Free(addon *addonsv1alpha1.Addon) + func (h *CSVEventHandler) Generic(evt event.GenericEvent, q workqueue.RateLimitingInterface) + func (h *CSVEventHandler) ReplaceMap(addon *addonsv1alpha1.Addon, csvKeys ...client.ObjectKey) (changed bool) + func (h *CSVEventHandler) Update(evt event.UpdateEvent, q workqueue.RateLimitingInterface)