Update website/content/docs/api-gateway/configuration/gateway.mdx

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
sarahalsmiller 2022-07-07 15:22:39 -05:00 committed by GitHub
parent 446c6dff31
commit bf53a73dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -82,9 +82,9 @@ This parameter has the following properties:
* Required: required
You can specify one of the following strings:
* All: Routes in all namespaces may be attached to the Gateway.
* Same: Only routes in the same namespace as the Gateway may be attached.
* Selector: Only routes in namespaces that match the selector configuration may be attached.
* `All`: Routes in all namespaces may be attached to the `Gateway`.
* `Same`: Only routes in the same namespace as the `Gateway` may be attached.
* `Selector`: Only routes in namespaces that match the `selector` may be attached.
### listeners.allowedRoutes.namespaces.selector
The `selector` configuration matches zero or more namespaces that determine which routes are allowed to attach to the listener.