template

@JvmName(name = "tlhetgsjoefsmtcl")
suspend fun template(value: Output<PodTemplateSpecArgs>)
@JvmName(name = "mtierqvcpnwrirbn")
suspend fun template(value: PodTemplateSpecArgs)

Parameters

value

Describes the pod that will be created when executing a job. The only allowed template.spec.restartPolicy values are "Never" or "OnFailure". More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/


@JvmName(name = "rohmcurybbmikgqr")
suspend fun template(argument: suspend PodTemplateSpecArgsBuilder.() -> Unit)

Parameters

argument

Describes the pod that will be created when executing a job. The only allowed template.spec.restartPolicy values are "Never" or "OnFailure". More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/