TaskSpecContainerSpecDNSConfig

constructor(nameservers: List<String>? = null, search: List<String>? = null, options: List<String>? = null)

Parameters

nameservers

The IP addresses of the name servers.

search

A search list for host-name lookup.

options

A list of internal resolver variables to be modified (e.g., debug, ndots:3, etc.).