Home

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

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.ServerContextConfig
.withExternalDnsTable(types.envoy.config.core.v3.DataSource)
.withInlineDnsTable(types.envoy.data.dns.v3.DnsTable)
._validate()

Fields

Name Type One-of group Required Constraints
external_dns_table envoy.config.core.v3.DataSource config_source  
inline_dns_table envoy.data.dns.v3.DnsTable config_source