-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add cmdref generated documentation for clustermesh-apiserver
#36205
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
Conversation
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! A couple of comments inline.
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.
Looks great to me, thanks!
Could you please just squash the new commits into the old ones?
Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
Generated by running clustermesh-apiserver --cmdref Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
a3c82b5
to
6613d45
Compare
Thanks for the review, I squashed the commits |
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.
lgtm, thanks!
/test |
Fix "Initialise" spelling in clustermesh-apiserver etcdinit command and add "etcdinit" to spelling wordlist. See https://github.com/cilium/cilium/actions/runs/12054803453/job/33614531375?pr=36205 Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
This is necessary to ensure that the clustermesh-apiserver binary gets built in order to generate its cmdref documentation. See https://github.com/cilium/cilium/actions/runs/12054803453/job/33614523855?pr=36205 Signed-off-by: Hadrien Patte <hadrien.patte@datadoghq.com>
I pushed 6d2abd0 to fix this CI failure and df42f50 to fix this one. But I'm not quite sure how/if these two are related to my changes: |
Thanks! There is some automatic spell checking that is performed against the documentation, which apparently also applies to the autogenerated |
/test |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
This PR updates the
clustermesh-apiserver
CLI to allow it to generate its cmdref and updates the documentation with that newly generated cmdref.