You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: