@kubernetes/client-node
Version:
NodeJS client for kubernetes
74 lines • 1.84 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* CronJobSpec describes how the job execution will look like and when it will actually run.
*/
export class V1CronJobSpec {
static getAttributeTypeMap() {
return V1CronJobSpec.attributeTypeMap;
}
constructor() {
}
}
V1CronJobSpec.discriminator = undefined;
V1CronJobSpec.mapping = undefined;
V1CronJobSpec.attributeTypeMap = [
{
"name": "concurrencyPolicy",
"baseName": "concurrencyPolicy",
"type": "string",
"format": ""
},
{
"name": "failedJobsHistoryLimit",
"baseName": "failedJobsHistoryLimit",
"type": "number",
"format": "int32"
},
{
"name": "jobTemplate",
"baseName": "jobTemplate",
"type": "V1JobTemplateSpec",
"format": ""
},
{
"name": "schedule",
"baseName": "schedule",
"type": "string",
"format": ""
},
{
"name": "startingDeadlineSeconds",
"baseName": "startingDeadlineSeconds",
"type": "number",
"format": "int64"
},
{
"name": "successfulJobsHistoryLimit",
"baseName": "successfulJobsHistoryLimit",
"type": "number",
"format": "int32"
},
{
"name": "suspend",
"baseName": "suspend",
"type": "boolean",
"format": ""
},
{
"name": "timeZone",
"baseName": "timeZone",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1CronJobSpec.js.map