We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8426b7d commit b6242a0Copy full SHA for b6242a0
site-src/concepts/api-overview.md
@@ -209,8 +209,9 @@ The following is required for a Route to be attached to a Gateway:
209
210
A Route can reference a Gateway by specifying the namespace (optional if the
211
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`:
+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
214
+following fields in `parentRef`:
215
216
1. **SectionName** When `sectionName` is set, the Route selects the listener
217
with the specified name.
0 commit comments