hostAliases

@JvmName(name = "tymgugupgrfiuvkg")
suspend fun hostAliases(value: Output<List<HostAliasPatchArgs>>)
@JvmName(name = "wdldpbdsdbwqlphd")
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 = "aqpmcjdwuriusqqi")
suspend fun hostAliases(vararg values: Output<HostAliasPatchArgs>)


@JvmName(name = "ujrjygirrbelwawq")
suspend fun hostAliases(values: List<Output<HostAliasPatchArgs>>)
@JvmName(name = "vpsekiaxfshnepyy")
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 = "kwvwnrcninqsvisr")
suspend fun hostAliases(argument: List<suspend HostAliasPatchArgsBuilder.() -> Unit>)
@JvmName(name = "qloekyonbtvmoivy")
suspend fun hostAliases(vararg argument: suspend HostAliasPatchArgsBuilder.() -> Unit)
@JvmName(name = "itbuqmrgcjsgboet")
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.