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
Constructors
Link copied to clipboard
fun JobTemplateSpecPatchArgs(metadata: Output<ObjectMetaPatchArgs>? = null, spec: Output<JobSpecPatchArgs>? = null)