rules

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


@JvmName(name = "ippuxupbpoerlrbx")
suspend fun rules(values: List<Output<IngressRulePatchArgs>>)
@JvmName(name = "youfcdttjdijfvdg")
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 = "yxrefcafhaorgppw")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "oiblotwtwexxxsfy")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "satetrwkytonulao")
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.