From a57356049bc09af626a8af357c444ea50de1bb83 Mon Sep 17 00:00:00 2001 From: wangbaiping Date: Sun, 22 Sep 2024 16:36:38 +0800 Subject: [PATCH] fix docs Signed-off-by: wangbaiping --- api/envoy/extensions/common/ratelimit/v3/ratelimit.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/api/envoy/extensions/common/ratelimit/v3/ratelimit.proto b/api/envoy/extensions/common/ratelimit/v3/ratelimit.proto index 09a32a752d01..c7d487c0da50 100644 --- a/api/envoy/extensions/common/ratelimit/v3/ratelimit.proto +++ b/api/envoy/extensions/common/ratelimit/v3/ratelimit.proto @@ -154,7 +154,6 @@ message LocalClusterRateLimit { // Take the local rate limit extension as an example, the generated entries will be used to find a // ``LocalRateLimitDescriptor`` which contains a token bucket. And the token bucket will be used to // limit the request rate. -// [#not-implemented-hide:] message RateLimitPolicy { // [#next-free-field: 11] message Action {