We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bc921 commit 0001298Copy full SHA for 0001298
api/envoy/api/v2/endpoint/endpoint.proto
@@ -19,6 +19,14 @@ option (gogoproto.equal_all) = true;
19
// Upstream host identifier.
20
message Endpoint {
21
// The upstream host address.
22
+ //
23
+ // .. attention::
24
25
+ // The form of host address depends on the given cluster type. For STATIC,
26
+ // it is expected to be a direct IP address (or something resolvable by the
27
+ // specified :ref:`resolver <envoy_api_field_core.SocketAddress.resolver_name>`
28
+ // in the Address). For LOGICAL or STRICT DNS, it is expected to be hostname,
29
+ // and will be resolved via DNS.
30
core.Address address = 1;
31
32
// [#not-implemented-hide:] The optional health check configuration.
0 commit comments