rules

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


@JvmName(name = "tfvfryyrylxybakx")
suspend fun rules(values: List<Output<IngressRulePatchArgs>>)
@JvmName(name = "eagwyvopteijrjod")
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 = "jrcoykghowbqhegf")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "rxqlelakxikmchyf")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "nrdtlunvepkydgcv")
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.