Remove unused Go operator scaffold code#3249
Remove unused Go operator scaffold code#3249hasbro17 merged 1 commit intooperator-framework:masterfrom
Conversation
|
Ah whoops, removed too much. |
|
yes, we still need the scaffold used in the add command. otherwise, it shows good. |
9f33c16 to
37947cd
Compare
|
Turns out pretty much everything in |
estroz
left a comment
There was a problem hiding this comment.
/lgtm
Thoughts on making a kubebuilder PR for internal/scaffold/version.go? Its a nice-to-have for operators.
|
@estroz I'm not opposed but I imagine scaffolding a Plus other projects in the wild each have their own preference of where to place the version information. So I imagine that might be out of scope for Kubebuilder. |
Description of the change:
Remove unused scaffolding code for Go operators.
Motivation for the change:
Follow up from #3190 (review)