rules

@JvmName(name = "glrvvrvrlugividw")
suspend fun rules(value: Output<List<IngressRulePatchArgs>>)
@JvmName(name = "qcvcqplrnxyyvcmu")
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 = "hdwdesahlsgrdooc")
suspend fun rules(vararg values: Output<IngressRulePatchArgs>)


@JvmName(name = "tywefvgxhstoryrr")
suspend fun rules(values: List<Output<IngressRulePatchArgs>>)
@JvmName(name = "uwfwbgxivbpdbkmf")
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 = "gokxsgbyijaedfcs")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "ejcuyohwqqmvnkbc")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "vhiiepuxiddtmtyp")
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.