hostAliases

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


@JvmName(name = "nmntpvocjvktnfoq")
suspend fun hostAliases(values: List<Output<HostAliasPatchArgs>>)
@JvmName(name = "ebouxmiagppsailc")
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 = "ovduconphrdbvhke")
suspend fun hostAliases(argument: List<suspend HostAliasPatchArgsBuilder.() -> Unit>)
@JvmName(name = "mkpojtmipgwkveub")
suspend fun hostAliases(vararg argument: suspend HostAliasPatchArgsBuilder.() -> Unit)
@JvmName(name = "vdmkqbghbydoespa")
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.