Home

envoy.extensions.clusters.dynamic_forward_proxy.v3.ClusterConfig

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.extensions.clusters.dynamic_forward_proxy.v3.ClusterConfig
.withAllowCoalescedConnections(false)
.withAllowInsecureClusterOptions(false)
.withDnsCacheConfig(types.envoy.extensions.common.dynamic_forward_proxy.v3.DnsCacheConfig)
._validate()

Fields

Name Type One-of group Required Constraints
allow_coalesced_connections bool  
allow_insecure_cluster_options bool  
dns_cache_config envoy.extensions.common.dynamic_forward_proxy.v3.DnsCacheConfig yes