taskCount

@JvmName(name = "kjvcffjpqnbfahnk")
suspend fun taskCount(value: Output<Int>)
@JvmName(name = "pmteqwvwnfryvgrw")
suspend fun taskCount(value: Int?)

Parameters

value

Specifies the desired number of tasks the execution should run. Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/