hostAliases

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


@JvmName(name = "perffjgcujsfyocm")
suspend fun hostAliases(values: List<Output<HostAliasPatchArgs>>)
@JvmName(name = "jtoxtcaoapwheimv")
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 = "xmwgwkfxwtabgmiy")
suspend fun hostAliases(argument: List<suspend HostAliasPatchArgsBuilder.() -> Unit>)
@JvmName(name = "qguiohbsnqsxfisr")
suspend fun hostAliases(vararg argument: suspend HostAliasPatchArgsBuilder.() -> Unit)
@JvmName(name = "vltvyywjcuggyvrs")
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.