Skip to content

Commit

Permalink
api
Browse files Browse the repository at this point in the history
Signed-off-by: Kuat Yessenov <[email protected]>
  • Loading branch information
kyessenov committed Oct 11, 2023
1 parent dfd1b6f commit 58d4f30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/envoy/config/common/matcher/v3/matcher.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 <envoy_v3_api_msg_.xds.type.matcher.v3.Matcher>`
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 {
Expand Down

0 comments on commit 58d4f30

Please sign in to comment.