-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use kube-openapi rather than code generator openapi-gen #522
Conversation
✅ Deploy Preview for kubernetes-sigs-jobset canceled.
|
/lgtm Thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danielvegamyhre, kannon92 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@danielvegamyhre could you test this and make sure the changes don't break you? I ran it on my machine but I don't clone code into GOPATH. |
/hold |
Sure, just checked it out locally and it worked 👍 /hold cancel |
In 1.30, k8s.io/code-generator/cmd/openapi-gen was removed from the repo.
It looks like k8s.io/kube-openapi is the new way of doing this (https://github.com/kubernetes/kube-openapi).
kubernetes/kubernetes@1a4450f drops it from kubernetes in 1.30.
So we should move to this new approach.
Fixes #514