@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.28 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.
*/
/**
* CronJob represents the configuration of a single cron job.
*/
export class V1CronJob {
static getAttributeTypeMap() {
return V1CronJob.attributeTypeMap;
}
constructor() {
}
}
V1CronJob.discriminator = undefined;
V1CronJob.mapping = undefined;
V1CronJob.attributeTypeMap = [
{
"name": "apiVersion",
"baseName": "apiVersion",
"type": "string",
"format": ""
},
{
"name": "kind",
"baseName": "kind",
"type": "string",
"format": ""
},
{
"name": "metadata",
"baseName": "metadata",
"type": "V1ObjectMeta",
"format": ""
},
{
"name": "spec",
"baseName": "spec",
"type": "V1CronJobSpec",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "V1CronJobStatus",
"format": ""
}
];
//# sourceMappingURL=V1CronJob.js.map