Skip to content

Commit 2027ed3

Browse files
committed
Regenerate DeepCopy files for CRDs
Regenerate DeepCopy files for CRDs after switching how controller-gen is downloaded. Previously, we would download + build controller-gen locally and use that in scripts. Now we `go install` it to ./bin and use that, which is a lot simpler. However, despite both instances using controller-gen v0.6.1, the output of deepcopy-gen is different: Previously, locally-built controller gen included the line //go:build !ignore_autogenerated at the top of deepcopy files The new, `go install`ed version omits this line. ¯\_(ツ)_/¯ Signed-off-by: Angel Misevski <[email protected]>
1 parent 08766b8 commit 2027ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apis/controller/v1alpha1/zz_generated.deepcopy.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)