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()
| 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 |
|