Files
k8s-set-context/node_modules/@kubernetes/client-node/dist/gen/model/v1CronJobSpec.js
github-actions[bot] 52d71d28bd Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

62 lines
1.6 KiB
JavaScript

"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.V1CronJobSpec = void 0;
/**
* CronJobSpec describes how the job execution will look like and when it will actually run.
*/
class V1CronJobSpec {
static getAttributeTypeMap() {
return V1CronJobSpec.attributeTypeMap;
}
}
exports.V1CronJobSpec = V1CronJobSpec;
V1CronJobSpec.discriminator = undefined;
V1CronJobSpec.attributeTypeMap = [
{
"name": "concurrencyPolicy",
"baseName": "concurrencyPolicy",
"type": "string"
},
{
"name": "failedJobsHistoryLimit",
"baseName": "failedJobsHistoryLimit",
"type": "number"
},
{
"name": "jobTemplate",
"baseName": "jobTemplate",
"type": "V1JobTemplateSpec"
},
{
"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=v1CronJobSpec.js.map