Job Template Spec Patch
data class JobTemplateSpecPatch(val metadata: ObjectMetaPatch? = null, val spec: JobSpecPatch? = null)
JobTemplateSpec describes the data a Job should have when created from a template
JobTemplateSpec describes the data a Job should have when created from a template