rules

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

Parameters

value

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


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

Parameters

values

rules is 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 = "ihopvoxgqhxkqbhq")
suspend fun rules(argument: List<suspend IngressRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vgjeviqlioqchgrr")
suspend fun rules(vararg argument: suspend IngressRuleArgsBuilder.() -> Unit)
@JvmName(name = "qpkbjexwrgxxovjc")
suspend fun rules(argument: suspend IngressRuleArgsBuilder.() -> Unit)

Parameters

argument

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