extraHosts

@JvmName(name = "fsdkpvwplkcinaxv")
suspend fun extraHosts(value: Output<List<String>>)
@JvmName(name = "xesjhliajfkfnket")
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 = "vwyeygakyaomnprc")
suspend fun extraHosts(vararg values: Output<String>)


@JvmName(name = "qlncswyctposxunf")
suspend fun extraHosts(values: List<Output<String>>)
@JvmName(name = "insnxgboalxvwday")
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"