Skip to content

Implement queue controller #323

@Sovietaced

Description

@Sovietaced

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions