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 k8s v1.31 clients and go mod dependencies #910

Open
2 tasks
unmarshall opened this issue Nov 11, 2024 · 0 comments
Open
2 tasks

Use k8s v1.31 clients and go mod dependencies #910

unmarshall opened this issue Nov 11, 2024 · 0 comments
Labels
area/control-plane Control plane related kind/enhancement Enhancement, improvement, extension

Comments

@unmarshall
Copy link
Contributor

unmarshall commented Nov 11, 2024

How to categorize this issue?

/area control-plane
/kind enhancement

What would you like to be added:

  • Upgrade to using k8s v1.31 go mod dependencies
  • 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.
@gardener-robot gardener-robot added area/control-plane Control plane related kind/enhancement Enhancement, improvement, extension labels Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/control-plane Control plane related kind/enhancement Enhancement, improvement, extension
Projects
None yet
Development

No branches or pull requests

2 participants