Skip to content

Commit

Permalink
Update httproute.md to add link for v1.SectionName (#3485)
Browse files Browse the repository at this point in the history
* Update httproute.md to add link for v1.SectionName

* Update site-src/api-types/httproute.md

Co-authored-by: Rob Scott <[email protected]>

* fix for comments

Signed-off-by: Ziqi Zhao <[email protected]>

---------

Signed-off-by: Ziqi Zhao <[email protected]>
Co-authored-by: Rob Scott <[email protected]>
  • Loading branch information
fatsheep9146 and robscott authored Dec 5, 2024
1 parent 080ed2b commit 066411e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site-src/api-types/httproute.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The specification of an HTTPRoute consists of:
- [Rules][httprouterule]- Define a list of rules to perform actions against
matching HTTP requests. Each rule consists of [matches][matches],
[filters][filters] (optional), [backendRefs][backendRef] (optional),
[timeouts][timeouts] (optional), and [name][name] (optional) fields.
[timeouts][timeouts] (optional), and [name][sectionName] (optional) fields.

The following illustrates an HTTPRoute that sends all traffic to one Service:
![httproute-basic-example](/images/httproute-basic-example.svg)
Expand Down Expand Up @@ -339,3 +339,4 @@ resolution applies to merging, refer to the [API specification][httprouterule].
[parentRef]: /reference/spec/#gateway.networking.k8s.io/v1.ParentRef
[timeouts]: /reference/spec/#gateway.networking.k8s.io/v1.HTTPRouteTimeouts
[appProtocol]: https://kubernetes.io/docs/concepts/services-networking/service/#application-protocol
[sectionName]: /reference/spec/#gateway.networking.k8s.io/v1.SectionName

0 comments on commit 066411e

Please sign in to comment.