hostAliases

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


@JvmName(name = "pjaydkhbthklhryi")
suspend fun hostAliases(values: List<Output<HostAliasArgs>>)
@JvmName(name = "dnumtolekhtadvti")
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 = "eqffibhoaoaevncg")
suspend fun hostAliases(argument: List<suspend HostAliasArgsBuilder.() -> Unit>)
@JvmName(name = "uoguyhsenhwffebo")
suspend fun hostAliases(vararg argument: suspend HostAliasArgsBuilder.() -> Unit)
@JvmName(name = "slckyitsprilayyp")
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.