hostAliases

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


@JvmName(name = "gknmauoylggwjhbo")
suspend fun hostAliases(values: List<Output<HostAliasArgs>>)
@JvmName(name = "tkmubmnhkdudeowi")
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 = "sokgvnxhkexxisnx")
suspend fun hostAliases(argument: List<suspend HostAliasArgsBuilder.() -> Unit>)
@JvmName(name = "wgdbmaragnkexwdn")
suspend fun hostAliases(vararg argument: suspend HostAliasArgsBuilder.() -> Unit)
@JvmName(name = "eyywloeuvgpqivlc")
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.