-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
✨ Update make build
cmd with manifests generation
#3020
✨ Update make build
cmd with manifests generation
#3020
Conversation
Hi @astraw99. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. Instructions 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. |
make build
cmd with manifestsmake build
cmd with manifests
make build
cmd with manifestsmake build
cmd with manifests generation
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approved
Thank you 🥇
@camilamacedo86 Could you please add a |
Hi @astraw99,
It would be nice to get done for another maintainer. So, let's waiting for someone to have time to do a second review here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ihmo we can move forward here since it is a small change
So,
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: astraw99, camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Fixes #3016
In the doc of xxx_types.go, the comment said:
But after the spec and status struct modified, run
make
did not generate manifests fields.So this PR update
make
(default tomake build
) with manifests generation.Plugins go/v3 and go/v4-alpha are updated.