@kubernetes/client-node
Version:
NodeJS client for kubernetes
122 lines • 2.86 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.
*/
/**
* JobSpec describes how the job execution will look like.
*/
export class V1JobSpec {
static getAttributeTypeMap() {
return V1JobSpec.attributeTypeMap;
}
constructor() {
}
}
V1JobSpec.discriminator = undefined;
V1JobSpec.mapping = undefined;
V1JobSpec.attributeTypeMap = [
{
"name": "activeDeadlineSeconds",
"baseName": "activeDeadlineSeconds",
"type": "number",
"format": "int64"
},
{
"name": "backoffLimit",
"baseName": "backoffLimit",
"type": "number",
"format": "int32"
},
{
"name": "backoffLimitPerIndex",
"baseName": "backoffLimitPerIndex",
"type": "number",
"format": "int32"
},
{
"name": "completionMode",
"baseName": "completionMode",
"type": "string",
"format": ""
},
{
"name": "completions",
"baseName": "completions",
"type": "number",
"format": "int32"
},
{
"name": "managedBy",
"baseName": "managedBy",
"type": "string",
"format": ""
},
{
"name": "manualSelector",
"baseName": "manualSelector",
"type": "boolean",
"format": ""
},
{
"name": "maxFailedIndexes",
"baseName": "maxFailedIndexes",
"type": "number",
"format": "int32"
},
{
"name": "parallelism",
"baseName": "parallelism",
"type": "number",
"format": "int32"
},
{
"name": "podFailurePolicy",
"baseName": "podFailurePolicy",
"type": "V1PodFailurePolicy",
"format": ""
},
{
"name": "podReplacementPolicy",
"baseName": "podReplacementPolicy",
"type": "string",
"format": ""
},
{
"name": "selector",
"baseName": "selector",
"type": "V1LabelSelector",
"format": ""
},
{
"name": "successPolicy",
"baseName": "successPolicy",
"type": "V1SuccessPolicy",
"format": ""
},
{
"name": "suspend",
"baseName": "suspend",
"type": "boolean",
"format": ""
},
{
"name": "template",
"baseName": "template",
"type": "V1PodTemplateSpec",
"format": ""
},
{
"name": "ttlSecondsAfterFinished",
"baseName": "ttlSecondsAfterFinished",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1JobSpec.js.map