searches

@JvmName(name = "fabpowahturdqogh")
suspend fun searches(value: Output<List<String>>)
@JvmName(name = "hepnfyveclaaugso")
suspend fun searches(value: List<String>?)

Parameters

value

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.


@JvmName(name = "iqqqhpoghufjgkwg")
suspend fun searches(vararg values: Output<String>)


@JvmName(name = "duklwrlgkybtuwky")
suspend fun searches(values: List<Output<String>>)
@JvmName(name = "npqvmyahjviyrdyv")
suspend fun searches(vararg values: String)

Parameters

values

A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.