This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
data-plane-api
mirror of
https://github.com/envoyproxy/data-plane-api.git
Watch
8
Star
0
Fork
You've already forked data-plane-api
0
Code
Issues
Projects
Releases
Wiki
Activity
[READ ONLY MIRROR] Envoy REST/proto API definitions and documentation. (grpc依赖)
1343
Commits
2
Branches
0
Tags
18 MiB
Tree:
5467393763
data-plane-api
/
examples
/
service_envoy
/
BUILD
7 lines
107 B
Raw
Normal View
History
Unescape
Escape
Add license declarations to some BUILD files. (#223) Signed-off-by: Trevor Schroeder <trevors@google.com>
7 years ago
licenses
(
[
"
notice
"
]
)
# Apache 2
bazel: switch to native proto_library/cc_proto_library. (#201) This PR follows thru on https://github.com/envoyproxy/envoy/issues/1873 on the data-plane-api side. Also, update the Python validation script and added a test to ensure this is captured in CI to avoid future bit rot. Signed-off-by: Harvey Tuch <htuch@google.com>
7 years ago
exports_files
(
[
"
http_connection_manager.pb
"
,
"
listeners.pb
"
,
]
)