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

Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
pull/14153/head
sarahalsmiller 2 years ago committed by GitHub
parent 446c6dff31
commit bf53a73dde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save