Varsha

Results 196 comments of Varsha

@tenzen-y Yes. I'm planning to get the implementation PR up by next few days.

@KPostOffice Could you elaborate on where exactly in `localqueue_controller` are you trying to update the metrics. IIUC - the local queue reconciler [watches](https://github.com/kubernetes-sigs/kueue/blob/b0665c7d41b998d490e1f5f8a15dba278836868e/pkg/controller/core/localqueue_controller.go#L298) the CQ, and any status updates would...

@rikatz I've been looking at this, and agree to the deprecation of `NoOptDefVal` for consistency. I can work on this if there is no strong opinion against doing so in...

sure, I'll take a look at the code and get back

> Your wrapper can and should wrap the handler.Handler interface, not the concrete implementation. @alvaroaleman Agreed that we need to implement the handler interface. However, `enqueueRequestForOwner` is a commonly used...

cc: [franciscojavierarceo](https://github.com/franciscojavierarceo) @asg017