@jkcfg/kubernetes
Version:
jk Kubernetes library
15 lines • 761 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "JobTemplateSpec describes the data a Job should have when created from a template",
"properties": {
"spec": {
"description": "Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
"$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec"
},
"metadata": {
"description": "Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
}
}
}