template

@JvmName(name = "gqnxirlxqmoebsmk")
suspend fun template(value: Output<PodTemplateSpecPatchArgs>)
@JvmName(name = "hctywbmgjcqcoiyl")
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 = "keheyxtmeckxvxvf")
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/