mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-21 18:30:27 +00:00
Automatic merge from submit-queue make swaggerschema agnostic about which version to use `Factory.SwaggerSchema` was reliant on having a non-generated client bits filled in so that it could get the adapted client it wanted. There's no need since discovery ignores configured GroupVersions. This eliminates the unneeded dependency.