Skip to content

Commit b6242a0

Browse files
committed
Docs: clarify SectionName
1 parent 8426b7d commit b6242a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site-src/concepts/api-overview.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ The following is required for a Route to be attached to a Gateway:
209209

210210
A Route can reference a Gateway by specifying the namespace (optional if the
211211
Route and the Gateway are in the same namespace) and name of the Gateway in
212-
a `parentRef`. A Route can further select a subset of listeners under the
213-
Gateway using the following fields in `parentRef`:
212+
a `parentRef`. By default, a Route will attach to all listeners of a Gateway,
213+
however it can restrict the selection to a subset of listeners using the
214+
following fields in `parentRef`:
214215

215216
1. **SectionName** When `sectionName` is set, the Route selects the listener
216217
with the specified name.

0 commit comments

Comments
 (0)