Job Template Spec Patch Args
data class JobTemplateSpecPatchArgs(val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<JobSpecPatchArgs>? = null) : ConvertibleToJava<JobTemplateSpecPatchArgs>
JobTemplateSpec describes the data a Job should have when created from a template
Properties
Link copied to clipboard
Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
Link copied to clipboard
Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status