File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
api/envoy/extensions/filters/http/proto_api_scrubber/v3 Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ syntax = "proto3" ;
2+
3+ package envoy.extensions.filters.http.proto_api_scrubber.v3 ;
4+
5+ import "xds/annotations/v3/status.proto" ;
6+
7+ import "udpa/annotations/status.proto" ;
8+
9+ option java_package = "io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3" ;
10+ option java_outer_classname = "MatcherActionsProto" ;
11+ option java_multiple_files = true ;
12+ option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/http/proto_api_scrubber/v3;proto_api_scrubberv3" ;
13+ option (udpa.annotations.file_status ).package_version_status = ACTIVE ;
14+ option (xds.annotations.v3.file_status ).work_in_progress = true ;
15+
16+ // [#protodoc-title: Proto API Scrubber Matcher Actions]
17+
18+ // Specifies an :ref:`Unified Matcher API <envoy_v3_api_msg_.xds.type.matcher.v3.Matcher>` action to remove a field.
19+ // This actual action needs to be implemented by the filter using it.
20+ message RemoveFieldAction {
21+ }
You can’t perform that action at this time.
0 commit comments