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 pinned k8s.io/code-generator for codegen #785

Merged
merged 2 commits into from
Oct 19, 2020

Conversation

hasheddan
Copy link
Contributor

Updates hack/update-codegen.sh to use the pinned code-generator version
to avoid always pulling in the latest release with go get.

Signed-off-by: hasheddan georgedanielmangum@gmail.com

Added deepcopy-gen directive to avoid generating DeepCopy methods for
Update type, which fails generation due to embedded error interface not
supporting DeepCopy methods

Signed-off-by: hasheddan georgedanielmangum@gmail.com

Fixes #782

Updates hack/update-codegen.sh to use the pinned code-generator version
to avoid always pulling in the latest release with go get.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
Added deepcopy-gen directive to avoid generating DeepCopy methods for
Update type, which fails generation due to embedded error interface not
supporting DeepCopy methods.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
@imjasonh imjasonh merged commit 77421d5 into google:master Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update-codegen is broken
2 participants