rules

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


@JvmName(name = "sskfvkfwtxcnotkf")
suspend fun rules(values: List<Output<IngressRulePatchArgs>>)
@JvmName(name = "lxndkwyufyromosp")
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 = "yfogaefcowhgrsdb")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "cqviyxqkwyrswppq")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "fmwxlfworndumqwu")
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.