extraHosts

@JvmName(name = "qoyaelfjthcgvtaw")
suspend fun extraHosts(value: Output<List<String>>)
@JvmName(name = "wtcfdxwuurfhfcdd")
suspend fun extraHosts(value: List<String>?)

Parameters

value

A list of hostnames/IP mappings to add to the container’s /etc/hosts file. Specified in the form "hostname:IP"


@JvmName(name = "tbsevalaqepkcknf")
suspend fun extraHosts(vararg values: Output<String>)


@JvmName(name = "fdtnbbpeimqihiei")
suspend fun extraHosts(values: List<Output<String>>)
@JvmName(name = "xhfywsllpatlnxiy")
suspend fun extraHosts(vararg values: String)

Parameters

values

A list of hostnames/IP mappings to add to the container’s /etc/hosts file. Specified in the form "hostname:IP"