"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1.22.2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1beta1CronJobSpec = void 0; /** * CronJobSpec describes how the job execution will look like and when it will actually run. */ class V1beta1CronJobSpec { static getAttributeTypeMap() { return V1beta1CronJobSpec.attributeTypeMap; } } exports.V1beta1CronJobSpec = V1beta1CronJobSpec; V1beta1CronJobSpec.discriminator = undefined; V1beta1CronJobSpec.attributeTypeMap = [ { "name": "concurrencyPolicy", "baseName": "concurrencyPolicy", "type": "string" }, { "name": "failedJobsHistoryLimit", "baseName": "failedJobsHistoryLimit", "type": "number" }, { "name": "jobTemplate", "baseName": "jobTemplate", "type": "V1beta1JobTemplateSpec" }, { "name": "schedule", "baseName": "schedule", "type": "string" }, { "name": "startingDeadlineSeconds", "baseName": "startingDeadlineSeconds", "type": "number" }, { "name": "successfulJobsHistoryLimit", "baseName": "successfulJobsHistoryLimit", "type": "number" }, { "name": "suspend", "baseName": "suspend", "type": "boolean" } ]; //# sourceMappingURL=v1beta1CronJobSpec.js.map