bootstrap extension: internal listener (#19467)
Signed-off-by: Yuchen Dai <silentdai@gmail.com> Mirrored from https://github.com/envoyproxy/envoy @ b34fcee23881be2e9d5b6e5f04ca6cba02ef4539pull/626/head
parent
55b636e8f6
commit
44451cef66
5 changed files with 39 additions and 3 deletions
@ -0,0 +1,12 @@ |
|||||||
|
# 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", |
||||||
|
"@com_github_cncf_udpa//xds/annotations/v3:pkg", |
||||||
|
], |
||||||
|
) |
@ -0,0 +1,22 @@ |
|||||||
|
syntax = "proto3"; |
||||||
|
|
||||||
|
package envoy.extensions.bootstrap.internal_listener.v3; |
||||||
|
|
||||||
|
import "xds/annotations/v3/status.proto"; |
||||||
|
|
||||||
|
import "udpa/annotations/status.proto"; |
||||||
|
|
||||||
|
option java_package = "io.envoyproxy.envoy.extensions.bootstrap.internal_listener.v3"; |
||||||
|
option java_outer_classname = "InternalListenerProto"; |
||||||
|
option java_multiple_files = true; |
||||||
|
option go_package = "github.com/envoyproxy/go-control-plane/envoy/extensions/bootstrap/internal_listener/v3;internal_listenerv3"; |
||||||
|
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||||
|
option (xds.annotations.v3.file_status).work_in_progress = true; |
||||||
|
|
||||||
|
// [#protodoc-title: Internal Listener] |
||||||
|
// Internal Listener :ref:`overview <config_internal_listener>`. |
||||||
|
// [#extension: envoy.bootstrap.internal_listener] |
||||||
|
|
||||||
|
// Configuration for internal listener. |
||||||
|
message InternalListener { |
||||||
|
} |
Loading…
Reference in new issue