We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
Thanks @Sovietaced, we're looking forward to your contribution!
Sorry, something went wrong.
Hi @Sovietaced,
Thanks for raising this issue!
The Queue controller is currently just a placeholder.
If you implement it in your fork, feel free to submit a PR.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: