From f772a970a765feee8f0f159a06f62c9b1a3a09fa Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:23:41 +0000 Subject: [PATCH] docs: remove a TODO that shows up in the docs (#30440) Signed-off-by: Peter Jausovec Mirrored from https://github.com/envoyproxy/envoy @ 7a44ebbd2b5a00f846a09b48d578d28355221115 --- .../filters/http/json_to_metadata/v3/json_to_metadata.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata.proto b/envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata.proto index ca11d33a..68f4db0a 100644 --- a/envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata.proto +++ b/envoy/extensions/filters/http/json_to_metadata/v3/json_to_metadata.proto @@ -62,7 +62,6 @@ message JsonToMetadata { } message Selector { - // TODO(kuochunghsu): Explore matchers for array handling. oneof selector { // key to match string key = 1 [(validate.rules).string = {min_len: 1}];