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
Generation of CRDs and DeepCopy code generation should now be done using https://github.com/kubernetes/code-generator. This requires a rework of the generation scripts and makefile targets.
Why is this needed?
To allow upgrading g/g dependency, we first do this and then in the next iteration we migrate to latest version of g/g in go.mod.
The current make generate is broken and this needs to be changed completely anyways as the recommended way to do CRD and code generation has changed with v1.31.
Our code generation and manifest generation scripts are unnecessarily complex. This PR will also aim to simplify it.
The text was updated successfully, but these errors were encountered:
How to categorize this issue?
/area control-plane
/kind enhancement
What would you like to be added:
Why is this needed?
make generate
is broken and this needs to be changed completely anyways as the recommended way to do CRD and code generation has changed with v1.31.The text was updated successfully, but these errors were encountered: