mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-30 14:46:16 +00:00
Automatic merge from submit-queue Move typed clients into clientset folder Move typed clients from `pkg/client/typed/` to `pkg/client/clientset_generated/${clientset_name}/typed`. The first commit changes the client-gen, the last commit updates the doc, other commits are just moving things around. @lavalamp @krousey