local types = import 'types.libsonnet'; types.envoy.config.cluster.v3.UpstreamConnectionOptions .withSetLocalInterfaceNameOnUpstreamConnections(false) .withTcpKeepalive(types.envoy.config.core.v3.TcpKeepalive) ._validate()
| Name | Type | One-of group | Required | Constraints |
|---|---|---|---|---|
| set_local_interface_name_on_upstream_connections | bool |
|
||
| tcp_keepalive | envoy.config.core.v3.TcpKeepalive |
|