cmd/operator-sdk/up/local.go: sdk up local build by package than only the main file#1357
Conversation
|
Hi @chechiachang. Thanks for your PR. I'm waiting for a operator-framework or openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
260113a to
7fe512f
Compare
…ckage instead of main.go file only Description of the change: The current sdk up local only build main.go. It would be better to build by cmd/manager/ pacakge.
7fe512f to
4cc8d21
Compare
|
/ok-to-test |
hasbro17
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the fix.
…ckage instead of main.go file only (operator-framework#1357) Description of the change: The current sdk up local only build main.go. It would be better to build by cmd/manager/ pacakge.
Description of the change:
Description of the change: The current sdk up local only build main.go. It would be better to build by cmd/manager/ pacakge.
Motivation for the change: