Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions site-src/concepts/api-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ The following is required for a Route to be attached to a Gateway:

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

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