hostAliases

@JvmName(name = "ifudxojulwurnbdc")
suspend fun hostAliases(value: Output<List<HostAliasArgs>>)
@JvmName(name = "wtbsvvumnewihpay")
suspend fun hostAliases(value: List<HostAliasArgs>?)

Parameters

value

HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.


@JvmName(name = "idkgyiwxxmkodlgt")
suspend fun hostAliases(vararg values: Output<HostAliasArgs>)


@JvmName(name = "unejbwyahyhuhipe")
suspend fun hostAliases(values: List<Output<HostAliasArgs>>)
@JvmName(name = "wrpdlckpygvbdngi")
suspend fun hostAliases(vararg values: HostAliasArgs)

Parameters

values

HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.


@JvmName(name = "apffvkffjemynxut")
suspend fun hostAliases(argument: List<suspend HostAliasArgsBuilder.() -> Unit>)
@JvmName(name = "fllqaqtlbtghqldl")
suspend fun hostAliases(vararg argument: suspend HostAliasArgsBuilder.() -> Unit)
@JvmName(name = "tijnpcbyyycjfbfg")
suspend fun hostAliases(argument: suspend HostAliasArgsBuilder.() -> Unit)

Parameters

argument

HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified.