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.
The current queue controller does nothing. We tried to use it and realized it didn't work after looking at the source code.
FWIW, we will be implementing this in our fork and I can upstream the work.