You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/features/gateway-plugins.rst
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,38 @@ To set up rate limiting, add the user header in the request, like this:
194
194
If rate limit support is required, ensure this `user` header is always set in the request. if you do not need rate limit, you do not need to set this header.
195
195
196
196
197
+
External Filter
198
+
===============
199
+
The ``external-filter`` header is evaluated **after** the routing strategy selects the optimal Pod set. allows users to dynamically restrict the target Pods using Kubernetes ``labelSelector`` expressions.
200
+
201
+
The header value follows the Kubernetes label selector syntax:
0 commit comments