Pod DNSConfig
data class PodDNSConfig(val nameservers: List<String>? = null, val options: List<PodDNSConfigOption>? = null, val searches: List<String>? = null)
PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy.
Constructors
Link copied to clipboard
fun PodDNSConfig(nameservers: List<String>? = null, options: List<PodDNSConfigOption>? = null, searches: List<String>? = null)