Home

envoy.data.dns.v3.DnsTable.DnsEndpoint

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.DnsEndpoint
.withAddressList(types.envoy.data.dns.v3.DnsTable.AddressList)
.withClusterName('string')
.withServiceList(types.envoy.data.dns.v3.DnsTable.DnsServiceList)
._validate()

Fields

Name Type One-of group Required Constraints
address_list envoy.data.dns.v3.DnsTable.AddressList endpoint_config  
cluster_name string endpoint_config  
service_list envoy.data.dns.v3.DnsTable.DnsServiceList endpoint_config