UNPKG

@kubernetes/client-node

Version:
37 lines 1.22 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.27 * * * 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.V2PodsMetricSource = 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 V2PodsMetricSource { static getAttributeTypeMap() { return V2PodsMetricSource.attributeTypeMap; } } exports.V2PodsMetricSource = V2PodsMetricSource; V2PodsMetricSource.discriminator = undefined; V2PodsMetricSource.attributeTypeMap = [ { "name": "metric", "baseName": "metric", "type": "V2MetricIdentifier" }, { "name": "target", "baseName": "target", "type": "V2MetricTarget" } ]; //# sourceMappingURL=v2PodsMetricSource.js.map