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