hostAliases

@JvmName(name = "vvdtoliwsigjccla")
suspend fun hostAliases(value: Output<List<HostAliasPatchArgs>>)
@JvmName(name = "uonldlbuwnvonldv")
suspend fun hostAliases(value: List<HostAliasPatchArgs>?)

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 = "pncacstmjxjmcijs")
suspend fun hostAliases(vararg values: Output<HostAliasPatchArgs>)


@JvmName(name = "cspqbqriygnlghpq")
suspend fun hostAliases(values: List<Output<HostAliasPatchArgs>>)
@JvmName(name = "vgwavnusyyaqdrjq")
suspend fun hostAliases(vararg values: HostAliasPatchArgs)

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 = "uagggchcihbfytri")
suspend fun hostAliases(argument: List<suspend HostAliasPatchArgsBuilder.() -> Unit>)
@JvmName(name = "whvpjuttqjgowdwy")
suspend fun hostAliases(vararg argument: suspend HostAliasPatchArgsBuilder.() -> Unit)
@JvmName(name = "lpprusuxkwvjvhjs")
suspend fun hostAliases(argument: suspend HostAliasPatchArgsBuilder.() -> Unit)

Parameters

argument

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