options

@JvmName(name = "tejsfogwqtivbfyg")
suspend fun options(value: Output<List<PodDNSConfigOptionPatchArgs>>)
@JvmName(name = "mgqsdousahripqhm")
suspend fun options(value: List<PodDNSConfigOptionPatchArgs>?)

Parameters

value

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.


@JvmName(name = "uowsftfjgloxssaa")
suspend fun options(vararg values: Output<PodDNSConfigOptionPatchArgs>)


@JvmName(name = "uijplugvasnlxmac")
suspend fun options(values: List<Output<PodDNSConfigOptionPatchArgs>>)
@JvmName(name = "mhjertchqimwapft")
suspend fun options(vararg values: PodDNSConfigOptionPatchArgs)

Parameters

values

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.


@JvmName(name = "veouclxcyfiatljy")
suspend fun options(argument: List<suspend PodDNSConfigOptionPatchArgsBuilder.() -> Unit>)
@JvmName(name = "gxmdhndlereairax")
suspend fun options(vararg argument: suspend PodDNSConfigOptionPatchArgsBuilder.() -> Unit)
@JvmName(name = "loqdicsdntlgnqwg")
suspend fun options(argument: suspend PodDNSConfigOptionPatchArgsBuilder.() -> Unit)

Parameters

argument

A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy.