rules

@JvmName(name = "pvhsiipwxaywaetr")
suspend fun rules(value: Output<List<PodFailurePolicyRulePatchArgs>>)
@JvmName(name = "wwkcegfcwethvqjt")
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 = "opagratbndooxhgu")
suspend fun rules(vararg values: Output<PodFailurePolicyRulePatchArgs>)


@JvmName(name = "tsawtxvjuofbncdg")
suspend fun rules(values: List<Output<PodFailurePolicyRulePatchArgs>>)
@JvmName(name = "jhpswnmtaysyxvuq")
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 = "urwfgberltrcbcnu")
suspend fun rules(argument: List<suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "deiipmsseigchscn")
suspend fun rules(vararg argument: suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "diteyjopvakpotin")
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.