Skip to content

Commit 0001298

Browse files
committed
Add indication: address form depends on the cluster type
Signed-off-by: Dhi Aurrahman <[email protected]>
1 parent 91bc921 commit 0001298

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/envoy/api/v2/endpoint/endpoint.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ option (gogoproto.equal_all) = true;
1919
// Upstream host identifier.
2020
message Endpoint {
2121
// 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.
2230
core.Address address = 1;
2331

2432
// [#not-implemented-hide:] The optional health check configuration.

0 commit comments

Comments
 (0)