tls

@JvmName(name = "hgsmhbxrhfgolwnv")
suspend fun tls(value: Output<List<IngressTLSArgs>>)
@JvmName(name = "oicytryneloljvkp")
suspend fun tls(value: List<IngressTLSArgs>?)

Parameters

value

TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.


@JvmName(name = "yxdovxupexrjsnew")
suspend fun tls(vararg values: Output<IngressTLSArgs>)


@JvmName(name = "twnhijueefjrronl")
suspend fun tls(values: List<Output<IngressTLSArgs>>)
@JvmName(name = "lxresjaksfxiewni")
suspend fun tls(vararg values: IngressTLSArgs)

Parameters

values

TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.


@JvmName(name = "smbrwyjbiucbayso")
suspend fun tls(argument: List<suspend IngressTLSArgsBuilder.() -> Unit>)
@JvmName(name = "rpmqcnfwopuwumlu")
suspend fun tls(vararg argument: suspend IngressTLSArgsBuilder.() -> Unit)
@JvmName(name = "bbbhhpibehjnitup")
suspend fun tls(argument: suspend IngressTLSArgsBuilder.() -> Unit)

Parameters

argument

TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.