mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-01 09:10:02 +00:00
Automatic merge from submit-queue add ClientSet to factory to remove non-generated client We should move to using generated clients in the `kubectl` client. We should really move to generated external clients, but this at least moves away from using manually created clients. @fabianofranz @mfojtik When I complete this work (move the other commands and eliminate the old API), this will ripple downstream.