"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.V2beta2HPAScalingPolicy = void 0; /** * HPAScalingPolicy is a single policy which must hold true for a specified past interval. */ class V2beta2HPAScalingPolicy { static getAttributeTypeMap() { return V2beta2HPAScalingPolicy.attributeTypeMap; } } exports.V2beta2HPAScalingPolicy = V2beta2HPAScalingPolicy; V2beta2HPAScalingPolicy.discriminator = undefined; V2beta2HPAScalingPolicy.attributeTypeMap = [ { "name": "periodSeconds", "baseName": "periodSeconds", "type": "number" }, { "name": "type", "baseName": "type", "type": "string" }, { "name": "value", "baseName": "value", "type": "number" } ]; //# sourceMappingURL=v2beta2HPAScalingPolicy.js.map