"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.V1DeploymentSpec = void 0; /** * DeploymentSpec is the specification of the desired behavior of the Deployment. */ class V1DeploymentSpec { static getAttributeTypeMap() { return V1DeploymentSpec.attributeTypeMap; } } exports.V1DeploymentSpec = V1DeploymentSpec; V1DeploymentSpec.discriminator = undefined; V1DeploymentSpec.attributeTypeMap = [ { "name": "minReadySeconds", "baseName": "minReadySeconds", "type": "number" }, { "name": "paused", "baseName": "paused", "type": "boolean" }, { "name": "progressDeadlineSeconds", "baseName": "progressDeadlineSeconds", "type": "number" }, { "name": "replicas", "baseName": "replicas", "type": "number" }, { "name": "revisionHistoryLimit", "baseName": "revisionHistoryLimit", "type": "number" }, { "name": "selector", "baseName": "selector", "type": "V1LabelSelector" }, { "name": "strategy", "baseName": "strategy", "type": "V1DeploymentStrategy" }, { "name": "template", "baseName": "template", "type": "V1PodTemplateSpec" } ]; //# sourceMappingURL=v1DeploymentSpec.js.map