forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD
50 lines (44 loc) · 996 Bytes
/
BUILD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
licenses(["notice"]) # Apache 2
load(
"//bazel:envoy_build_system.bzl",
"envoy_package",
)
envoy_package()
exports_files([
"echo_server.json",
"server.json",
"server.yaml",
"server_ads.yaml",
"server_cors_filter.json",
"server_grpc_json_transcoder.json",
"server_http2.json",
"server_http2_upstream.json",
"server_proxy_proto.json",
"server_ssl.json",
"server_uds.json",
"server_unix_listener.json",
"server_unix_listener.yaml",
"server_xfcc.json",
"tcp_proxy.json",
])
filegroup(
name = "server_xds_files",
srcs = [
"server_xds.bootstrap.yaml",
"server_xds.cds.yaml",
"server_xds.eds.yaml",
"server_xds.lds.yaml",
"server_xds.rds.yaml",
],
)
filegroup(
name = "server_config_files",
srcs = [
"server.yaml",
"server_unix_listener.yaml",
],
)
filegroup(
name = "google_com_proxy_port_0",
srcs = ["google_com_proxy_port_0.v2.yaml"],
)