hosts

@JvmName(name = "jtteehdvwqxdtxvw")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "cxnmcryectxxbncr")
suspend fun hosts(value: List<String>?)

Parameters

value

Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.


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


@JvmName(name = "dybcgdkupbgcmrwn")
suspend fun hosts(values: List<Output<String>>)
@JvmName(name = "yrjeljghtiswoypx")
suspend fun hosts(vararg values: String)

Parameters

values

Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.