mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 02:38:12 +00:00
Automatic merge from submit-queue (batch tested with PRs 42617, 43247, 43509, 43644, 43820) Bugfix: OpenAPI-gen was not generating extensions correctly Fixes a bug in openapi-gen that generated invalid code if x-kubernetes extensions defined in types.go. The location of VendorExtensions was wrong.