mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-25 02:45:12 +00:00
- scheme: switch to: utilruntime.Must(scheme.SetVersionPriority(v1beta3.SchemeGroupVersion)) - change all imports in the code base from v1beta2 to v1beta3 - rename all import aliases for kubeadmapiv1beta2 to "kubeadmapiv". this allows smaller diffs when changing the default public API.