mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
Automatic merge from submit-queue apimachinery: move unversioned registration to metav1 Follow-up from the discussions in https://github.com/kubernetes/kubernetes/pull/43027: We need `Status` as unversioned type which is hardcoded to `GroupVersion{Group: "", Version: "v1"}`. If the core group is not in the scheme, we miss `Status`. Fixing https://github.com/kubernetes/kubernetes/issues/47030.