"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.V2beta2PodsMetricSource = void 0; /** * PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. */ class V2beta2PodsMetricSource { static getAttributeTypeMap() { return V2beta2PodsMetricSource.attributeTypeMap; } } exports.V2beta2PodsMetricSource = V2beta2PodsMetricSource; V2beta2PodsMetricSource.discriminator = undefined; V2beta2PodsMetricSource.attributeTypeMap = [ { "name": "metric", "baseName": "metric", "type": "V2beta2MetricIdentifier" }, { "name": "target", "baseName": "target", "type": "V2beta2MetricTarget" } ]; //# sourceMappingURL=v2beta2PodsMetricSource.js.map