@kubernetes/client-node
Version:
NodeJS client for kubernetes
92 lines • 2.14 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.
*/
/**
* JobStatus represents the current state of a Job.
*/
export class V1JobStatus {
static getAttributeTypeMap() {
return V1JobStatus.attributeTypeMap;
}
constructor() {
}
}
V1JobStatus.discriminator = undefined;
V1JobStatus.mapping = undefined;
V1JobStatus.attributeTypeMap = [
{
"name": "active",
"baseName": "active",
"type": "number",
"format": "int32"
},
{
"name": "completedIndexes",
"baseName": "completedIndexes",
"type": "string",
"format": ""
},
{
"name": "completionTime",
"baseName": "completionTime",
"type": "Date",
"format": "date-time"
},
{
"name": "conditions",
"baseName": "conditions",
"type": "Array<V1JobCondition>",
"format": ""
},
{
"name": "failed",
"baseName": "failed",
"type": "number",
"format": "int32"
},
{
"name": "failedIndexes",
"baseName": "failedIndexes",
"type": "string",
"format": ""
},
{
"name": "ready",
"baseName": "ready",
"type": "number",
"format": "int32"
},
{
"name": "startTime",
"baseName": "startTime",
"type": "Date",
"format": "date-time"
},
{
"name": "succeeded",
"baseName": "succeeded",
"type": "number",
"format": "int32"
},
{
"name": "terminating",
"baseName": "terminating",
"type": "number",
"format": "int32"
},
{
"name": "uncountedTerminatedPods",
"baseName": "uncountedTerminatedPods",
"type": "V1UncountedTerminatedPods",
"format": ""
}
];
//# sourceMappingURL=V1JobStatus.js.map