-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
✨ Add output flag, change printYaml function signature #7828
✨ Add output flag, change printYaml function signature #7828
Conversation
|
Welcome @Rohitrajak1807! |
Hi @Rohitrajak1807. 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. |
/easycla |
/ok-to-test |
@sbueringer golangci-lint check is failing. Can you please point to perhaps a make target that can format the code or will running |
Depends on the exact linter error you got. |
thank you. |
Some e2e tests are failing due to GitHub API rate limits. Will retry later. |
/retest |
/joke |
@Rohitrajak1807: I ate a clock yesterday. It was so time consuming. In response to this:
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. |
@sbueringer, @ykakarap the lint actions is still waiting, can you please take a look? |
Yup for new contributors it unfortunately has to be manually approved by someone with write access - done. |
Thanks |
@sbueringer please let me know if there are any other steps that need to be done for this PR to progress. |
I think it's fine so far. Just a matter of time until Yuvaraj and/or Fabrizio will have some time for a review |
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.
@sbueringer can you please approve the lint workflow? I've made some changes. |
d5cc9d0
to
7b8f2b9
Compare
/lgtm But I leave this to the clusterctl folks :) |
LGTM label has been added. Git tree hash: af67419c6346962d5230c37e74f40f9131a95f11
|
7b8f2b9
to
ae10bcb
Compare
ae10bcb
to
475d8bf
Compare
@fabriziopandini the requested changes are in PTAL. |
update godoc for printYamlOutput, default to stdout if flag is not set
475d8bf
to
8961830
Compare
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.
Thanks for the contribution, I don't see anything wrong on my end!
/lgtm
LGTM label has been added. Git tree hash: d41a333db011469597c14fe6e02a89191aa1d32b
|
Happy to contribute. I see that the lint workflow hasn't been approved, can you please look into it? |
@fabriziopandini can you please confirm that the above conversations can be resolved? |
great work! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
What this PR does / why we need it:
This PR adds support for an output flag as a convenient way to write yaml output directly to a local file.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #7612