rules

@JvmName(name = "berepwdvjarljkvu")
suspend fun rules(value: Output<List<IngressRulePatchArgs>>)
@JvmName(name = "qlorpihdaqlepcjw")
suspend fun rules(value: List<IngressRulePatchArgs>?)

Parameters

value

A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.


@JvmName(name = "ntkvsahfkpavjlsf")
suspend fun rules(vararg values: Output<IngressRulePatchArgs>)


@JvmName(name = "eeecbwhiednakmss")
suspend fun rules(values: List<Output<IngressRulePatchArgs>>)
@JvmName(name = "ytducnjfcjuenjci")
suspend fun rules(vararg values: IngressRulePatchArgs)

Parameters

values

A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.


@JvmName(name = "nsylkpnnbnxkeede")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "bseadnqgscdinfjy")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "jvwbihoepjdblbbp")
suspend fun rules(argument: suspend IngressRulePatchArgsBuilder.() -> Unit)

Parameters

argument

A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.