This reverts commit e95324541b0e1cbfa07b43cbf87490cff7383f27. This change broke the compile_time_options CI job. Signed-off-by: Greg Greenway <ggreenway@apple.com> Mirrored from https://github.com/envoyproxy/envoy @ de85ff2a125a2c23378bd463259fbea3e05442f9main
parent
c2916048ac
commit
19712a3768
5 changed files with 0 additions and 30 deletions
@ -1,9 +0,0 @@ |
||||
# 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"], |
||||
) |
@ -1,18 +0,0 @@ |
||||
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