mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-06 17:30:35 +00:00
Automatic merge from submit-queue remove testapi.Default.GroupVersion I'm going to try to take this as a series of mechanicals. This removes `testapi.Default.GroupVersion()` and replaces it with `registered.GroupOrDie(api.GroupName).GroupVersion`. @caesarxuchao I'm trying to see how much of `pkg/api/testapi` I can remove.