Pod DNSConfig Patch
data class PodDNSConfigPatch(val nameservers: List<String>? = null, val options: List<PodDNSConfigOptionPatch>? = 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 PodDNSConfigPatch(nameservers: List<String>? = null, options: List<PodDNSConfigOptionPatch>? = null, searches: List<String>? = null)