UNPKG

@jkcfg/kubernetes

Version:
19 lines 937 B
{ "$schema": "http://json-schema.org/schema#", "type": "object", "description": "CronJob represents the configuration of a single cron job.", "properties": { "status": { "description": "Status is a structure describing current status of a job. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", "$ref": "_definitions.json#/definitions/v2alpha1.CronJobStatus" }, "spec": { "description": "Spec is a structure defining the expected behavior of a job, including the schedule. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#spec-and-status", "$ref": "_definitions.json#/definitions/v2alpha1.CronJobSpec" }, "metadata": { "description": "Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata", "$ref": "_definitions.json#/definitions/v1.ObjectMeta" } } }