template

@JvmName(name = "cupearpjgxghjikn")
suspend fun template(value: Output<PodTemplateSpecPatchArgs>)
@JvmName(name = "thruscqwwnjtqluq")
suspend fun template(value: PodTemplateSpecPatchArgs?)

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 = "upowpeuayxojwboj")
suspend fun template(argument: suspend PodTemplateSpecPatchArgsBuilder.() -> 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/