2020-03-27 19:38:16 +00:00
|
|
|
// Package xds provides an implementation of a gRPC service that exports Envoy's
|
2018-10-03 18:18:55 +00:00
|
|
|
// xDS API for config discovery. Specifically we support the Aggregated
|
|
|
|
// Discovery Service (ADS) only as we control all config.
|
|
|
|
//
|
|
|
|
// A full description of the XDS protocol can be found at
|
2019-06-03 16:03:05 +00:00
|
|
|
// https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol
|
2018-10-03 18:18:55 +00:00
|
|
|
//
|
|
|
|
// xds.Server also support ext_authz network filter API to authorize incoming
|
|
|
|
// connections to Envoy.
|
|
|
|
package xds
|