forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xds: define empty config protos (envoyproxy#9581)
Define empty config protos for all filters expecting google::protobuf::Empty Risk Level: medium (change of config type) Testing: unit Docs Changes: done Release Notes: define config protos for all extensions Co-authored-by: Derek Argueta <[email protected]>
- Loading branch information
Showing
183 changed files
with
1,689 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,6 @@ message UdpListenerConfig { | |
google.protobuf.Any typed_config = 3; | ||
} | ||
} | ||
|
||
message ActiveRawUdpListenerConfig { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.http.cors.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.http.cors.v2"; | ||
option java_outer_classname = "CorsProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.http.cors.v3alpha"; | ||
|
||
// [#protodoc-title: Cors] | ||
// CORS Filter :ref:`configuration overview <config_http_filters_cors>`. | ||
// [#extension: envoy.filters.http.cors] | ||
|
||
// Cors filter config. | ||
message Cors { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.http.dynamo.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.http.dynamo.v2"; | ||
option java_outer_classname = "DynamoProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.http.dynamo.v3alpha"; | ||
|
||
// [#protodoc-title: Dynamo] | ||
// Dynamo :ref:`configuration overview <config_http_filters_dynamo>`. | ||
// [#extension: envoy.filters.http.dynamo] | ||
|
||
// Dynamo filter config. | ||
message Dynamo { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
19 changes: 19 additions & 0 deletions
19
api/envoy/config/filter/http/grpc_http1_bridge/v2/config.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.http.grpc_http1_bridge.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.http.grpc_http1_bridge.v2"; | ||
option java_outer_classname = "ConfigProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.http.grpc_http1_bridge.v3alpha"; | ||
|
||
// [#protodoc-title: gRPC HTTP/1.1 Bridge] | ||
// gRPC HTTP/1.1 Bridge Filter :ref:`configuration overview <config_http_filters_grpc_bridge>`. | ||
// [#extension: envoy.filters.http.grpc_http1_bridge] | ||
|
||
// gRPC HTTP/1.1 Bridge filter config. | ||
message Config { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.http.grpc_web.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.http.grpc_web.v2"; | ||
option java_outer_classname = "GrpcWebProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.http.grpc_web.v3alpha"; | ||
|
||
// [#protodoc-title: gRPC Web] | ||
// gRPC Web :ref:`configuration overview <config_http_filters_grpc_web>`. | ||
// [#extension: envoy.filters.http.grpc_web] | ||
|
||
// gRPC Web filter config. | ||
message GrpcWeb { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
18 changes: 18 additions & 0 deletions
18
api/envoy/config/filter/listener/http_inspector/v2/http_inspector.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.listener.http_inspector.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.listener.http_inspector.v2"; | ||
option java_outer_classname = "HttpInspectorProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.listener.http_inspector.v3alpha"; | ||
|
||
// [#protodoc-title: HTTP Inspector Filter] | ||
// Detect whether the application protocol is HTTP. | ||
// [#extension: envoy.filters.listener.http_inspector] | ||
|
||
message HttpInspector { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
18 changes: 18 additions & 0 deletions
18
api/envoy/config/filter/listener/original_dst/v2/original_dst.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.listener.original_dst.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.listener.original_dst.v2"; | ||
option java_outer_classname = "OriginalDstProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.listener.original_dst.v3alpha"; | ||
|
||
// [#protodoc-title: Original Dst Filter] | ||
// Use the Original destination address on downstream connections. | ||
// [#extension: envoy.filters.listener.original_dst] | ||
|
||
message OriginalDst { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
18 changes: 18 additions & 0 deletions
18
api/envoy/config/filter/listener/proxy_protocol/v2/proxy_protocol.proto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
syntax = "proto3"; | ||
|
||
package envoy.config.filter.listener.proxy_protocol.v2; | ||
|
||
import "udpa/annotations/migrate.proto"; | ||
|
||
option java_package = "io.envoyproxy.envoy.config.filter.listener.proxy_protocol.v2"; | ||
option java_outer_classname = "ProxyProtocolProto"; | ||
option java_multiple_files = true; | ||
option (udpa.annotations.file_migrate).move_to_package = | ||
"envoy.extensions.filters.listener.proxy_protocol.v3alpha"; | ||
|
||
// [#protodoc-title: Proxy Protocol Filter] | ||
// PROXY protocol listener filter. | ||
// [#extension: envoy.filters.listener.proxy_protocol] | ||
|
||
message ProxyProtocol { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# DO NOT EDIT. This file is generated by tools/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"], | ||
) |
Oops, something went wrong.