options

@JvmName(name = "oycmfrewidopgqls")
suspend fun options(value: Output<List<PodDNSConfigOptionArgs>>)
@JvmName(name = "nohmdyqrbotniuvf")
suspend fun options(value: List<PodDNSConfigOptionArgs>?)

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 = "wmxjgxhfulqifbok")
suspend fun options(vararg values: Output<PodDNSConfigOptionArgs>)


@JvmName(name = "benwyqniefnevguv")
suspend fun options(values: List<Output<PodDNSConfigOptionArgs>>)
@JvmName(name = "njjoqfcpvosksxxy")
suspend fun options(vararg values: PodDNSConfigOptionArgs)

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 = "dtwqumevlvvfvnub")
suspend fun options(argument: List<suspend PodDNSConfigOptionArgsBuilder.() -> Unit>)
@JvmName(name = "umjhycjxarvgfpbb")
suspend fun options(vararg argument: suspend PodDNSConfigOptionArgsBuilder.() -> Unit)
@JvmName(name = "ydkbhdcifsgkagla")
suspend fun options(argument: suspend PodDNSConfigOptionArgsBuilder.() -> 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.