consul/agent/xds
R.B. Boyer df5e55fc50 xds: ensure that all envoyproxy/go-control-plane protobuf symbols are linked into the final binary (#10131)
This ensures that if someone does include some extension Consul does not currently make use of, that extension is actually usable. Without linking these envoy protobufs into the main binary it can't round trip the escape hatches to send them down to envoy.

Whenenver the go-control-plane library is upgraded next we just have to re-run 'make envoy-library'.
2021-04-29 19:58:58 +00:00
..
proxysupport xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
testdata fix broken golden tests 2021-04-14 11:36:47 -05:00
clusters.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
clusters_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
config.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
config_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
delta.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
delta_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
endpoints.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
endpoints_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
envoy_versioning.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
envoy_versioning_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
failover_math.go xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
failover_math_test.go xds: remove deprecated usages of xDS (#9602) 2021-02-22 15:00:15 -06:00
golden_test.go xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
listeners.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
listeners_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
naming.go connect: generate the full SNI names for discovery targets in the compiler rather than in the xds package (#6340) 2019-08-19 13:03:03 -05:00
net_fallback.go xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel (#9765) 2021-02-19 14:38:43 -06:00
net_linux.go xds: only try to create an ipv6 expose checks listener if ipv6 is supported by the kernel (#9765) 2021-02-19 14:38:43 -06:00
protocol_trace.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
rbac.go xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
rbac_test.go xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
resources.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
response.go xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
routes.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
routes_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
server.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
server_oss.go xds: default to speaking xDS v3, but allow for v2 to be spoken upon request (#9658) 2021-02-26 16:23:15 -06:00
server_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
testing.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
version_compat.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
xds.go Remove unused customEDSClusterJSON 2020-03-27 15:38:16 -04:00
xds_protocol_helpers_test.go Support Incremental xDS mode (#9855) 2021-04-29 18:54:53 +00:00
z_xds_packages.go xds: ensure that all envoyproxy/go-control-plane protobuf symbols are linked into the final binary (#10131) 2021-04-29 19:58:58 +00:00
z_xds_packages_test.go xds: ensure that all envoyproxy/go-control-plane protobuf symbols are linked into the final binary (#10131) 2021-04-29 19:58:58 +00:00