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: site/content/en/latest/api/extension_types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5156,7 +5156,7 @@ _Appears in:_
5156
5156
|`timeout`|_[Duration](https://gateway-api.sigs.k8s.io/reference/api-spec/1.5/spec/#duration)_| false || Timeout specifies the timeout period for the proxy to access the ratelimit server<br />If not set, timeout is 20ms. |
5157
5157
|`failClosed`|_boolean_| true || FailClosed is a switch used to control the flow of traffic<br />when the response from the ratelimit server cannot be obtained.<br />If FailClosed is false, let the traffic pass,<br />otherwise, don't let the traffic pass and return 500.<br />If not set, FailClosed is False. |
5158
5158
|`telemetry`|_[RateLimitTelemetry](#ratelimittelemetry)_| false || Telemetry defines telemetry configuration for RateLimit. |
5159
-
|`url`|_string_| false || URL of the RateLimit Service.<br />The default is the Kubernetes service deployed by the Kubernetes Infrastructure manager. |
5159
+
|`url`|_string_| false || URL of the RateLimit Service.<br />Must be a grpc:// URL with an explicit host and port, e.g. grpc://example.com:50051.<br />The default is the Kubernetes service deployed by the Kubernetes Infrastructure manager. |
0 commit comments