mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Automatic merge from submit-queue (batch tested with PRs 41234, 42186, 41615, 42028, 41788) apimachinery: handle duplicated and conflicting type registration Double registrations were leading to duplications in `KnownKinds()`. Conflicting registrations with same gvk, but different types were not detected.