mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-15 14:26:57 +00:00
Automatic merge from submit-queue (batch tested with PRs 66158, 66041, 66210). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Remove manually written typed registries These were only used in a handful of places, and were not consistently available for all types. They add a lot of call sites for PRs like https://github.com/kubernetes/kubernetes/pull/65105 and are not generally useful (very few callers have the ability to construct the underlying store). This PR switches the scale subresources to use the underlying store directly (like the status subresources already were), and removes the manually written Registry impls. /sig api-machinery /kind cleanup /assign @deads2k /hold will hold for https://github.com/kubernetes/kubernetes/pull/65105 and rebase after that ```release-note NONE ```