You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
410 B
16 lines
410 B
5 years ago
|
# DO NOT EDIT. This file is generated by tools/proto_sync.py.
|
||
|
|
||
5 years ago
|
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
|
||
5 years ago
|
|
||
|
licenses(["notice"]) # Apache 2
|
||
|
|
||
5 years ago
|
api_proto_package(
|
||
5 years ago
|
has_services = True,
|
||
5 years ago
|
deps = [
|
||
5 years ago
|
"//envoy/annotations:pkg",
|
||
5 years ago
|
"//envoy/service/discovery/v2:pkg",
|
||
5 years ago
|
"//envoy/service/discovery/v3:pkg",
|
||
5 years ago
|
"@com_github_cncf_udpa//udpa/annotations:pkg",
|
||
5 years ago
|
],
|
||
5 years ago
|
)
|