@ -505,7 +505,7 @@ message Cluster {
reserved "hosts" , "tls_context" , "extension_protocol_options" ;
/ / Configuration to use different transport sockets for different endpoints.
/ / The entry of * envoy.transport_socket * in the
/ / The entry of * envoy.transport_socket_match * in the
/ / : ref : ` LbEndpoint.Metadata < envoy_api_field_config.endpoint.v3.LbEndpoint.metadata > `
/ / is used to match against the transport sockets as they appear in the list. The first
/ / : ref : ` match < envoy_api_msg_config.cluster.v4alpha.Cluster.TransportSocketMatch > ` is used.
@ -525,14 +525,14 @@ message Cluster {
/ / transport_socket :
/ / name : envoy.transport_sockets.raw_buffer
/ /
/ / Connections to the endpoints whose metadata value under * envoy.transport_socket *
/ / Connections to the endpoints whose metadata value under * envoy.transport_socket_match *
/ / having "acceptMTLS" / "true" key / value pair use the "enableMTLS" socket configuration.
/ /
/ / If a : ref : ` socket match < envoy_api_msg_config.cluster.v4alpha.Cluster.TransportSocketMatch > ` with empty match
/ / criteria is provided , that always match any endpoint. For example , the "defaultToPlaintext"
/ / socket match in case above.
/ /
/ / If an endpoint metadata ' s value under * envoy.transport_socket * does not match any
/ / If an endpoint metadata ' s value under * envoy.transport_socket_match * does not match any
/ / * TransportSocketMatch * , socket configuration fallbacks to use the * tls_context * or
/ / * transport_socket * specified in this cluster.
/ /