rules

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


@JvmName(name = "dnxowqnkytpbhgey")
suspend fun rules(values: List<Output<IngressRulePatchArgs>>)
@JvmName(name = "jcnmjebjgjgassis")
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 = "ubthugirosdxvrag")
suspend fun rules(argument: List<suspend IngressRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "dbvmkowwwiqdupdr")
suspend fun rules(vararg argument: suspend IngressRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "gjurepjwfmwcdwkr")
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.