From 58d4f30a615b3c8fe0915bff25faa2a6d70f1d04 Mon Sep 17 00:00:00 2001 From: Kuat Yessenov Date: Wed, 11 Oct 2023 18:25:47 +0000 Subject: [PATCH] api Signed-off-by: Kuat Yessenov --- api/envoy/config/common/matcher/v3/matcher.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/envoy/config/common/matcher/v3/matcher.proto b/api/envoy/config/common/matcher/v3/matcher.proto index 5b9da519687a..2045d77a7a48 100644 --- a/api/envoy/config/common/matcher/v3/matcher.proto +++ b/api/envoy/config/common/matcher/v3/matcher.proto @@ -24,9 +24,10 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE; // is found the action specified by the most specific on_no_match will be evaluated. // As an on_no_match might result in another matching tree being evaluated, this process // might repeat several times until the final OnMatch (or no match) is decided. +// +// .. note:: +// Please use the syntactically equivalent :ref:`matching API ` message Matcher { - option (xds.annotations.v3.message_status).work_in_progress = true; - // What to do if a match is successful. message OnMatch { oneof on_match {