tls

@JvmName(name = "xivnuvmyevhdkjgj")
suspend fun tls(value: Output<List<IngressTLSPatchArgs>>)
@JvmName(name = "qkpuianxxlbxbtpc")
suspend fun tls(value: List<IngressTLSPatchArgs>?)

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 = "ppqxigxhiidhiyej")
suspend fun tls(vararg values: Output<IngressTLSPatchArgs>)


@JvmName(name = "lpsjspxrdlpttfyj")
suspend fun tls(values: List<Output<IngressTLSPatchArgs>>)
@JvmName(name = "olbnwalsekvelxlw")
suspend fun tls(vararg values: IngressTLSPatchArgs)

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 = "ivhgflmdfnnucijm")
suspend fun tls(argument: List<suspend IngressTLSPatchArgsBuilder.() -> Unit>)
@JvmName(name = "bwfpgartghdpxumc")
suspend fun tls(vararg argument: suspend IngressTLSPatchArgsBuilder.() -> Unit)
@JvmName(name = "cjdronvovntmwpyx")
suspend fun tls(argument: suspend IngressTLSPatchArgsBuilder.() -> 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.