dnsPolicy

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

Parameters

value

Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'.