Documentation ¶
Index ¶
- type EnqueueRequestForMatchedResource
- func (e *EnqueueRequestForMatchedResource) Create(_ context.Context, _ event.CreateEvent, _ workqueue.RateLimitingInterface)
- func (e *EnqueueRequestForMatchedResource) Delete(_ context.Context, deleteEvent event.DeleteEvent, ...)
- func (e *EnqueueRequestForMatchedResource) Generic(_ context.Context, genericEvent event.GenericEvent, ...)
- func (e *EnqueueRequestForMatchedResource) Update(_ context.Context, updateEvent event.UpdateEvent, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnqueueRequestForMatchedResource ¶
type EnqueueRequestForMatchedResource struct{}
EnqueueRequestForMatchedResource enqueues Request containing the Name and Namespace of the resource(s) specified in the Status of the ReleasePlans and ReleasePlanAdmissions that are the source of the Event. The source of the event triggers reconciliation of the parent resource.
func (*EnqueueRequestForMatchedResource) Create ¶
func (e *EnqueueRequestForMatchedResource) Create(_ context.Context, _ event.CreateEvent, _ workqueue.RateLimitingInterface)
Create implements EventHandler.
func (*EnqueueRequestForMatchedResource) Delete ¶
func (e *EnqueueRequestForMatchedResource) Delete(_ context.Context, deleteEvent event.DeleteEvent, rateLimitingInterface workqueue.RateLimitingInterface)
Delete implements EventHandler.
func (*EnqueueRequestForMatchedResource) Generic ¶
func (e *EnqueueRequestForMatchedResource) Generic(_ context.Context, genericEvent event.GenericEvent, rateLimitingInterface workqueue.RateLimitingInterface)
Generic implements EventHandler.
func (*EnqueueRequestForMatchedResource) Update ¶
func (e *EnqueueRequestForMatchedResource) Update(_ context.Context, updateEvent event.UpdateEvent, rateLimitingInterface workqueue.RateLimitingInterface)
Update implements EventHandler.
Click to show internal directories.
Click to hide internal directories.