rules

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

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


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

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 = "mmvicwdvddxwhakg")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "fanrevvmdedfhmhd")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "vflyrdgbeeltolju")
suspend fun rules(argument: suspend IngressRulePatchArgsBuilder.() -> 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.