Home

envoy.data.dns.v3.DnsTable.DnsServiceList

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.DnsServiceList
.withServices([ types.envoy.data.dns.v3.DnsTable.DnsService ])
._validate()

Fields

Name Type One-of group Required Constraints
services [] envoy.data.dns.v3.DnsTable.DnsService yes  {"Repeated":{"min_items":1}}