Home

envoy.data.dns.v3.DnsTable

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.data.dns.v3.DnsTable
.withExternalRetryCount(1)
.withKnownSuffixes([ types.envoy.type.matcher.v3.StringMatcher ])
.withVirtualDomains([ types.envoy.data.dns.v3.DnsTable.DnsVirtualDomain ])
._validate()

Nested Messages

Fields

Name Type One-of group Required Constraints
external_retry_count uint32   {"Uint32":{"lte":3}}
known_suffixes [] envoy.type.matcher.v3.StringMatcher  
virtual_domains [] envoy.data.dns.v3.DnsTable.DnsVirtualDomain