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

Introduce v1beta1 types for resources graduating to beta #1041

Closed
robscott opened this issue Mar 14, 2022 · 3 comments · Fixed by #1192
Closed

Introduce v1beta1 types for resources graduating to beta #1041

robscott opened this issue Mar 14, 2022 · 3 comments · Fixed by #1192
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Milestone

Comments

@robscott
Copy link
Member

As one of the final steps to graduate GatewayClass, Gateway, and HTTPRoute to beta, we need to create v1beta1 type definitions for these resources. These MUST be identical to the corresponding v1alpha2 type definitions.

@robscott robscott added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 14, 2022
@robscott robscott added this to the v1beta1 milestone Mar 14, 2022
@mehabhalodiya
Copy link
Contributor

@robscott Will, you help me to get started? I am interested to work on this.
I want to learn while contributing. Thanks!

@robscott
Copy link
Member Author

Thanks for volunteering to help with this @mehabhalodiya! This will be one of our last steps prior to the v1beta1 (v0.5.0) release. In general, this will involve copying the type definitions for HTTPRoute, Gateway, and GatewayClass from the apis/v1alpha2 dir to a new apis/v1beta1 dir and then running make generate. We've never actually done this before, so I'm not 100% sure if anything else will be required, but that should be the starting point.

@mehabhalodiya
Copy link
Contributor

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
2 participants