rules

@JvmName(name = "ipeswhaeccxwqtau")
suspend fun rules(value: Output<List<IngressRuleArgs>>)
@JvmName(name = "worodthxihdsytvb")
suspend fun rules(value: List<IngressRuleArgs>?)

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 = "gjwyypkxneambfnp")
suspend fun rules(vararg values: Output<IngressRuleArgs>)


@JvmName(name = "swphagkobtpahbja")
suspend fun rules(values: List<Output<IngressRuleArgs>>)
@JvmName(name = "pddlqxflhmejxupi")
suspend fun rules(vararg values: IngressRuleArgs)

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 = "blkyvrphdtstovpc")
suspend fun rules(argument: List<suspend IngressRuleArgsBuilder.() -> Unit>)
@JvmName(name = "gwtarpytbivjeuom")
suspend fun rules(vararg argument: suspend IngressRuleArgsBuilder.() -> Unit)
@JvmName(name = "hkeohtwkjwtsrbvm")
suspend fun rules(argument: suspend IngressRuleArgsBuilder.() -> 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.