Skip to content

Commit

Permalink
docs: Remove api v2 (envoyproxy#16077)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Gokul Nair <gnair@twitter.com>
  • Loading branch information
phlax authored and Gokul Nair committed May 6, 2021
1 parent cda66d3 commit c452d32
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 13 deletions.
6 changes: 0 additions & 6 deletions api/BUILD
Expand Up @@ -133,18 +133,12 @@ proto_library(
"//envoy/config/common/matcher/v3:pkg",
"//envoy/config/core/v3:pkg",
"//envoy/config/endpoint/v3:pkg",
"//envoy/config/filter/thrift/router/v2alpha1:pkg",
"//envoy/config/grpc_credential/v3:pkg",
"//envoy/config/health_checker/redis/v2:pkg",
"//envoy/config/listener/v3:pkg",
"//envoy/config/metrics/v3:pkg",
"//envoy/config/overload/v3:pkg",
"//envoy/config/ratelimit/v3:pkg",
"//envoy/config/rbac/v3:pkg",
"//envoy/config/resource_monitor/fixed_heap/v2alpha:pkg",
"//envoy/config/resource_monitor/injected_resource/v2alpha:pkg",
"//envoy/config/retry/omit_canary_hosts/v2:pkg",
"//envoy/config/retry/previous_hosts/v2:pkg",
"//envoy/config/route/v3:pkg",
"//envoy/config/tap/v3:pkg",
"//envoy/config/trace/v3:pkg",
Expand Down
6 changes: 3 additions & 3 deletions api/xds_protocol.rst
Expand Up @@ -772,12 +772,12 @@ Later the xDS client spontaneously requests the "wc" resource.

On reconnect the Incremental xDS client may tell the server of its known
resources to avoid resending them over the network by sending them in
:ref:`initial_resource_versions <envoy_api_field_DeltaDiscoveryRequest.initial_resource_versions>`.
:ref:`initial_resource_versions <envoy_v3_api_field_service.discovery.v3.deltadiscoveryrequest.initial_resource_versions>`.
Because no state is assumed to be preserved from the previous stream, the reconnecting
client must provide the server with all resource names it is interested in. Note that for wildcard
requests (CDS/LDS/SRDS), the request must have no resources in both
:ref:`resource_names_subscribe <envoy_api_field_DeltaDiscoveryRequest.resource_names_subscribe>` and
:ref:`resource_names_unsubscribe <envoy_api_field_DeltaDiscoveryRequest.resource_names_unsubscribe>`.
:ref:`resource_names_subscribe <envoy_v3_api_field_service.discovery.v3.deltadiscoveryrequest.resource_names_subscribe>` and
:ref:`resource_names_unsubscribe <envoy_v3_api_field_service.discovery.v3.deltadiscoveryrequest.resource_names_unsubscribe>`.

.. figure:: diagrams/incremental-reconnect.svg
:alt: Incremental reconnect example
Expand Down
1 change: 0 additions & 1 deletion docs/root/api-v3/config/filter/thrift/thrift.rst
Expand Up @@ -5,5 +5,4 @@ Thrift filters
:glob:
:maxdepth: 2

router/v2alpha1/*
../../../extensions/filters/network/thrift_proxy/**/v3/*
1 change: 0 additions & 1 deletion docs/root/api-v3/config/health_checker/health_checker.rst
Expand Up @@ -5,5 +5,4 @@ Health checkers
:glob:
:maxdepth: 2

*/v2/*
../../extensions/health_checkers/*/v3/*
Expand Up @@ -8,4 +8,3 @@ Resource monitors
:maxdepth: 2

../../extensions/resource_monitors/*/v3/*
*/v2alpha/*
1 change: 0 additions & 1 deletion docs/root/api-v3/config/retry/retry.rst
Expand Up @@ -6,5 +6,4 @@ Retry Predicates
:maxdepth: 2

*/empty/*
*/v2/*
../../extensions/retry/**/v3/*

0 comments on commit c452d32

Please sign in to comment.