Skip to content

Commit

Permalink
xDS: Remove extension tag (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: tyxia <[email protected]>
  • Loading branch information
tyxia authored Sep 5, 2024
1 parent 88aa3b3 commit b4127c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xds/type/matcher/v3/cel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ option go_package = "github.com/cncf/xds/go/xds/type/matcher/v3";
// Refer to :ref:`Unified Matcher API <envoy_v3_api_msg_.xds.type.matcher.v3.Matcher>` documentation
// for usage details.
//
// [#extension-category: envoy.matching.matchers.cel_matcher]
// [#comment: envoy.matching.matchers.cel_matcher]
message CelMatcher {
// Either parsed or checked representation of the CEL program.
type.v3.CelExpression expr_match = 1 [(validate.rules).message = {required: true}];
Expand Down
2 changes: 1 addition & 1 deletion xds/type/matcher/v3/http_inputs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ option go_package = "github.com/cncf/xds/go/xds/type/matcher/v3";
// Refer to :ref:`Unified Matcher API <envoy_v3_api_msg_.xds.type.matcher.v3.Matcher>` documentation
// for usage details.
//
// [#extension-category: envoy.matching.inputs.cel_data_input]
// [#comment: envoy.matching.inputs.cel_data_input]
message HttpAttributesCelMatchInput {
}

0 comments on commit b4127c9

Please sign in to comment.