Home

envoy.config.cluster.v3.UpstreamConnectionOptions

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.config.cluster.v3.UpstreamConnectionOptions
.withSetLocalInterfaceNameOnUpstreamConnections(false)
.withTcpKeepalive(types.envoy.config.core.v3.TcpKeepalive)
._validate()

Fields

Name Type One-of group Required Constraints
set_local_interface_name_on_upstream_connections bool  
tcp_keepalive envoy.config.core.v3.TcpKeepalive