rules

@JvmName(name = "owrtwaloccumhbsa")
suspend fun rules(value: Output<List<PodFailurePolicyRulePatchArgs>>)
@JvmName(name = "atniqgwyjthsiduu")
suspend fun rules(value: List<PodFailurePolicyRulePatchArgs>?)

Parameters

value

A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.


@JvmName(name = "roxxrakhsuxoidid")
suspend fun rules(vararg values: Output<PodFailurePolicyRulePatchArgs>)


@JvmName(name = "vbdxsluqvhwaubox")
suspend fun rules(values: List<Output<PodFailurePolicyRulePatchArgs>>)
@JvmName(name = "pqfkquyvjllwrhua")
suspend fun rules(vararg values: PodFailurePolicyRulePatchArgs)

Parameters

values

A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.


@JvmName(name = "vlkbojfqhnmcswek")
suspend fun rules(argument: List<suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "rdxxanrrxjtkbhxu")
suspend fun rules(vararg argument: suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "nfusasraprderwnx")
suspend fun rules(argument: suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit)

Parameters

argument

A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed.