hostAliases

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


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


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


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