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; }