kubernetes-sigs / kueue

Kubernetes-native Job Queueing
https://kueue.sigs.k8s.io
Apache License 2.0
1.35k stars 236 forks source link

Remove webhook builder when controller-runtime allows overriding a mutation handler #3137

Open alculquicondor opened 2 hours ago

alculquicondor commented 2 hours ago

What would you like to be cleaned:

Remove pkg/controller/jobframework/webhook/builder.go when https://github.com/kubernetes-sigs/controller-runtime/pull/2932 is merged and released.

Why is this needed:

We duplicated the file to be able to provide a fix in Kueue faster in #3132

alculquicondor commented 2 hours ago

Do not assign this issue yet, because #3132 is not merged yet.