hostAliases

@JvmName(name = "vboscxvpnhhuifdb")
suspend fun hostAliases(value: Output<List<HostAliasArgs>>)
@JvmName(name = "jcplohholdhrfgdo")
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. This is only valid for non-hostNetwork pods.


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


@JvmName(name = "smwvbpefxxrevpxb")
suspend fun hostAliases(values: List<Output<HostAliasArgs>>)
@JvmName(name = "uptojlgndccrcxlf")
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. This is only valid for non-hostNetwork pods.


@JvmName(name = "tnpnqwprqbgqmepk")
suspend fun hostAliases(argument: List<suspend HostAliasArgsBuilder.() -> Unit>)
@JvmName(name = "cbwihjtjtsnxvwvr")
suspend fun hostAliases(vararg argument: suspend HostAliasArgsBuilder.() -> Unit)
@JvmName(name = "pgaqrokplegajgcf")
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. This is only valid for non-hostNetwork pods.