-
Notifications
You must be signed in to change notification settings - Fork 588
Docs: route rule name #3299
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
Docs: route rule name #3299
Conversation
Hi @guicassolato. 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-sigs/prow repository. |
Thanks @guicassolato! /ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guicassolato, robscott 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 |
b2c17ab
to
ffef6f6
Compare
/retest |
/lgtm thanks @guicassolato! |
Signed-off-by: Guilherme Cassolato <[email protected]>
…ules Signed-off-by: Guilherme Cassolato <[email protected]>
Signed-off-by: Guilherme Cassolato <[email protected]>
ffef6f6
to
a269e34
Compare
/lgtm |
/unhold |
This commit fixes a few links that were incorrectly being rendered as markdown instead of HTML anchors, or were pointing to outdated URL paths. * Fix broken anchor link in GEP-713. Missed in kubernetes-sigs#2448 when section header was updated. * Fix broken link to GEP States in GEP-91. Page was moved to a new location in kubernetes-sigs#1440 and section heading was renamed in kubernetes-sigs#2689. * Fix broken link to GRPCRouteRule.Name in docs for GRPCRoute API type. Missed in kubernetes-sigs#3299. Signed-off-by: Blake Covarrubias <[email protected]>
What type of PR is this?
/kind documentation
What this PR does / why we need it:
name
field of route rule types in the Reference > API Types section of the websiteWhich issue(s) this PR fixes:
Fixes #3298
Does this PR introduce a user-facing change?: