podFailurePolicy

@JvmName(name = "uxjnbhnsmlqgjfsx")
suspend fun podFailurePolicy(value: Output<PodFailurePolicyArgs>)
@JvmName(name = "qmppeqjtyvujqsuy")
suspend fun podFailurePolicy(value: PodFailurePolicyArgs?)

Parameters

value

Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure.


@JvmName(name = "klsmfjlamsuplbvm")
suspend fun podFailurePolicy(argument: suspend PodFailurePolicyArgsBuilder.() -> Unit)

Parameters

argument

Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure.