From 5670c130a941c7e5561debb72858703dc8a2a598 Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Wed, 31 Jul 2019 22:00:26 +0000 Subject: [PATCH] docs: fix missing ref in xDS docs and runTime case (#7784) Signed-off-by: Daniel Hochman Mirrored from https://github.com/envoyproxy/envoy @ c586af9d3f5940acc73d6a5fd0fdc2c521b6243d --- envoy/service/discovery/v2/rtds.proto | 2 +- xds_protocol.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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