rules

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


@JvmName(name = "vfcoxskqsqkcwhuu")
suspend fun rules(values: List<Output<PodFailurePolicyRulePatchArgs>>)
@JvmName(name = "wmxjmpkysnuwersk")
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 = "segyxkjwwufnmupj")
suspend fun rules(argument: List<suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit>)
@JvmName(name = "ceeauvobuqjdxgys")
suspend fun rules(vararg argument: suspend PodFailurePolicyRulePatchArgsBuilder.() -> Unit)
@JvmName(name = "trgkplevnycrhost")
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.