extraHosts

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


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