Home

envoy.extensions.filters.udp.dns_filter.v3.DnsFilterConfig.ClientContextConfig

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.udp.dns_filter.v3.DnsFilterConfig.ClientContextConfig
.withDnsResolutionConfig(types.envoy.config.core.v3.DnsResolutionConfig)
.withMaxPendingLookups(1)
.withResolverTimeout(types.google.protobuf.Duration)
.withTypedDnsResolverConfig(types.envoy.config.core.v3.TypedExtensionConfig)
.withUpstreamResolvers([ types.envoy.config.core.v3.Address ])
._validate()

Fields

Name Type One-of group Required Constraints
dns_resolution_config envoy.config.core.v3.DnsResolutionConfig  
max_pending_lookups uint64   {"Uint64":{"gte":1}}
resolver_timeout google.protobuf.Duration   {"Duration":{"gte":{"seconds":1}}}
typed_dns_resolver_config envoy.config.core.v3.TypedExtensionConfig  
upstream_resolvers [] envoy.config.core.v3.Address