|
|
|
@ -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.
|
|
|
|
|