-
Notifications
You must be signed in to change notification settings - Fork 16
Implement queue controller #323
Copy link
Copy link
Open
Description
The current queue controller does nothing. We tried to use it and realized it didn't work after looking at the source code.
func (r *QueueReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
_ = log.FromContext(ctx)
// TODO(user): your logic here
return ctrl.Result{}, nil
}
FWIW, we will be implementing this in our fork and I can upstream the work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels