hostAliases

@JvmName(name = "juirwtdenawbpahn")
suspend fun hostAliases(value: Output<List<HostAliasArgs>>)
@JvmName(name = "baeqbfihxfjixbkt")
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 = "nebromgkoruyaxtt")
suspend fun hostAliases(vararg values: Output<HostAliasArgs>)


@JvmName(name = "krpwctqpbcbjwlfv")
suspend fun hostAliases(values: List<Output<HostAliasArgs>>)
@JvmName(name = "xkbrkgxtdbrjydqx")
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 = "iyeuymathquwcyeu")
suspend fun hostAliases(argument: List<suspend HostAliasArgsBuilder.() -> Unit>)
@JvmName(name = "ehpnyloxpgfcehfw")
suspend fun hostAliases(vararg argument: suspend HostAliasArgsBuilder.() -> Unit)
@JvmName(name = "snhutjpnqjubnfff")
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.