From e31a09b063bcc368c3baf5dc9ca85ef7c9be6a58 Mon Sep 17 00:00:00 2001 From: Steven Jin Xuan Date: Wed, 18 Dec 2024 14:12:12 -0500 Subject: [PATCH] API docs clarification Signed-off-by: Steven Jin Xuan --- api/envoy/extensions/clusters/dns/v3/dns_cluster.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/api/envoy/extensions/clusters/dns/v3/dns_cluster.proto b/api/envoy/extensions/clusters/dns/v3/dns_cluster.proto index f08e7a368395..4266541e67b8 100644 --- a/api/envoy/extensions/clusters/dns/v3/dns_cluster.proto +++ b/api/envoy/extensions/clusters/dns/v3/dns_cluster.proto @@ -84,7 +84,9 @@ message DnsCluster { // :ref:`AUTO`. common.dns.v3.DnsLookupFamily dns_lookup_family = 8; - // If true, perform :ref:`logical DNS discovery `. - // Otherwise, :ref:`strict DNS discovery ` + // If true, all returned addresses are considered to be associated with a single endpoint, + // which maps to :ref:`logical DNS discovery ` + // semantics. Otherwise, each address is considered to be a separate endpoint, which maps to + // :ref:`strict DNS discovery ` semantics. bool all_addresses_in_single_endpoint = 9; }