hostAliases

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


@JvmName(name = "nlfqiltifvxagskx")
suspend fun hostAliases(values: List<Output<HostAliasPatchArgs>>)
@JvmName(name = "leafexkeitskcqln")
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 = "yxqvqiofcgsogrkx")
suspend fun hostAliases(argument: List<suspend HostAliasPatchArgsBuilder.() -> Unit>)
@JvmName(name = "lvrbqlmkhxbfpvrw")
suspend fun hostAliases(vararg argument: suspend HostAliasPatchArgsBuilder.() -> Unit)
@JvmName(name = "ybosxxdhwbojjbim")
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.