Use recommended kubegen script for code generation #969
Labels
area/dev-productivity
Developer productivity related (how to improve development)
area/open-source
Open Source (community, enablement, contributions, conferences, CNCF, etc.) related
kind/enhancement
Enhancement, improvement, extension
How to categorize this issue?
/area open-source
/area dev-productivity
/kind enhancement
What would you like to be added:
kube_codegen.sh
and regenerate deep copy functions.Etcd
resources. We do not have any client right now and place this at the top level directory.Why is this needed:
With
k8s.io/*@v0.30.0
onwards the recommended way to generate code (defaulting functions, deep copy functions and client sets) is to use the newkube_codegen.sh
(https://github.com/kubernetes/code-generator?tab=readme-ov-file). We have already moved tok8s.io/*@v0.31.0
but we have not adopted the recommendations w.r.t code generation.The text was updated successfully, but these errors were encountered: