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
We should add ./hack/verify-codegen.sh to the CI pipeline, if there's any API spec change, we should generate the clientset in the same PR.
before we add to the pipeline, we need to resolve an issue
Seems it tries to delete the zz_generated.deepcopy.go file which conflicts with make generate. We need to adjust update-codegen.sh to address such issue.
Use Case
No response
Proposed Solution
No response
The text was updated successfully, but these errors were encountered:
🚀 Feature Description and Motivation
We should add
./hack/verify-codegen.sh
to the CI pipeline, if there's any API spec change, we should generate the clientset in the same PR.before we add to the pipeline, we need to resolve an issue
Seems it tries to delete the

zz_generated.deepcopy.go
file which conflicts withmake generate
. We need to adjustupdate-codegen.sh
to address such issue.Use Case
No response
Proposed Solution
No response
The text was updated successfully, but these errors were encountered: