diff --git a/envoy/service/discovery/v2/rtds.proto b/envoy/service/discovery/v2/rtds.proto index 582a1436..c8b53d67 100644 --- a/envoy/service/discovery/v2/rtds.proto +++ b/envoy/service/discovery/v2/rtds.proto @@ -14,7 +14,7 @@ import "google/protobuf/struct.proto"; import "validate/validate.proto"; -// [#protodoc-title: runTime Discovery Service (RTDS)] +// [#protodoc-title: Runtime Discovery Service (RTDS)] // RTDS :ref:`configuration overview ` // [#not-implemented-hide:] Not configuration. Workaround c++ protobuf issue with importing diff --git a/xds_protocol.rst b/xds_protocol.rst index 4cbda0a7..f8fe9a6e 100644 --- a/xds_protocol.rst +++ b/xds_protocol.rst @@ -135,7 +135,7 @@ versioning across resource types. When ADS is not used, even each resource of a given resource type may have a distinct version, since the Envoy API allows distinct EDS/RDS resources to point at different :ref:`ConfigSources `. -.. xds_protocol_resource_update: +.. _xds_protocol_resource_update: Resource Update ~~~~~~~~~~~~~~~ @@ -463,7 +463,7 @@ messages. ADS is not available for REST-JSON polling. When the poll period is set to a small value, with the intention of long polling, then there is also a requirement to avoid sending a :ref:`DiscoveryResponse ` unless a change to the underlying resources has -occurred . +occurred via a :ref:`resource update `. .. |Multiple EDS requests on the same stream| image:: diagrams/eds-same-stream.svg .. |Multiple EDS requests on distinct streams| image:: diagrams/eds-distinct-stream.svg