fix xds proto doc (#11882)

Signed-off-by: Rama Chavali <rama.rao@salesforce.com>

Mirrored from https://github.com/envoyproxy/envoy @ 889e4e4dbaebe1ad6c70d773536fb1a6a5752838
master-ci-test
data-plane-api(CircleCI) 5 years ago
parent 92c9e8dd1c
commit 1b37179f2f
  1. 2
      xds_protocol.rst

@ -77,7 +77,7 @@ API flow
For typical HTTP routing scenarios, the core resource types for the client's configuration are
`Listener`, `RouteConfiguration`, `Cluster`, and `ClusterLoadAssignment`. Each `Listener` resource
may point to a `RouteConfiguration` resource, which may point to one or more `Cluster` resources,
and each Cluster` resource may point to a `ClusterLoadAssignment` resource.
and each `Cluster` resource may point to a `ClusterLoadAssignment` resource.
Envoy fetches all `Listener` and `Cluster` resources at startup. It then fetches whatever
`RouteConfiguration` and `ClusterLoadAssignment` resources that are required by the `Listener` and

Loading…
Cancel
Save