udp_session_filters: add HTTP capsule filter (#29569)
Signed-off-by: ohadvano <ohadvano@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ e95324541b0e1cbfa07b43cbf87490cff7383f27main
parent
c6cfe83d60
commit
c2916048ac
5 changed files with 30 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||||||
|
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. |
||||||
|
|
||||||
|
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package") |
||||||
|
|
||||||
|
licenses(["notice"]) # Apache 2 |
||||||
|
|
||||||
|
api_proto_package( |
||||||
|
deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"], |
||||||
|
) |
@ -0,0 +1,18 @@ |
|||||||
|
syntax = "proto3"; |
||||||
|
|
||||||
|
package envoy.extensions.filters.udp.udp_proxy.session.http_capsule.v3; |
||||||
|
|
||||||
|
import "udpa/annotations/status.proto"; |
||||||
|
|
||||||
|
option java_package = "io.envoyproxy.envoy.extensions.filters.udp.udp_proxy.session.http_capsule.v3"; |
||||||
|
option java_outer_classname = "HttpCapsuleProto"; |
||||||
|
option java_multiple_files = true; |
||||||
|
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/udp/udp_proxy/session/http_capsule/v3;http_capsulev3"; |
||||||
|
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||||
|
|
||||||
|
// [#protodoc-title: UDP HTTP Capsule filter] |
||||||
|
// UDP to HTTP capsules :ref:`overview <config_udp_session_filters_http_capsule>`. |
||||||
|
// [#extension: envoy.filters.udp.session.http_capsule] |
||||||
|
|
||||||
|
message FilterConfig { |
||||||
|
} |
Loading…
Reference in new issue