Home

envoy.extensions.filters.http.dynamic_forward_proxy.v3.FilterConfig

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.filters.http.dynamic_forward_proxy.v3.FilterConfig
.withDnsCacheConfig(types.envoy.extensions.common.dynamic_forward_proxy.v3.DnsCacheConfig)
.withSaveUpstreamAddress(false)
._validate()

Fields

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