mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-26 12:27:32 -04: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
|
||
|---|---|---|
| .. | ||
| cache | ||
| chaosclient | ||
| clientset_generated | ||
| leaderelection | ||
| metrics | ||
| record | ||
| restclient | ||
| testdata | ||
| testing/core | ||
| transport | ||
| typed | ||
| unversioned | ||
| OWNERS | ||