dnsPolicy

@JvmName(name = "liodndbaglftjvui")
suspend fun dnsPolicy(value: Output<String>)
@JvmName(name = "ymrwldimslhtferf")
suspend fun dnsPolicy(value: String?)

Parameters

value

The DNS policy for the pod. The default value is ClusterFirst . If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet . ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation . Valid values: Default | ClusterFirst | ClusterFirstWithHostNet