Skip to content
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

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

kannon92
Copy link
Contributor

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

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Apr 16, 2024
Copy link

netlify bot commented Apr 16, 2024

Deploy Preview for kubernetes-sigs-jobset canceled.

Name Link
🔨 Latest commit ed2a853
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-jobset/deploys/661e8665ee236900080e37f8

@danielvegamyhre danielvegamyhre mentioned this pull request Apr 16, 2024
13 tasks
@danielvegamyhre
Copy link
Contributor

/lgtm
/approve

Thanks!

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Apr 16, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 16, 2024
@kannon92
Copy link
Contributor Author

@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.

@kannon92
Copy link
Contributor Author

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 16, 2024
@danielvegamyhre
Copy link
Contributor

Sure, just checked it out locally and it worked 👍

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 16, 2024
@k8s-ci-robot k8s-ci-robot merged commit c158aa4 into kubernetes-sigs:main Apr 16, 2024
12 checks passed
@danielvegamyhre danielvegamyhre mentioned this pull request Aug 19, 2024
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move from using openapi-gen
3 participants