42 lines
1.3 KiB
JavaScript
42 lines
1.3 KiB
JavaScript
"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.V2beta2ObjectMetricSource = void 0;
|
|
/**
|
|
* ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
*/
|
|
class V2beta2ObjectMetricSource {
|
|
static getAttributeTypeMap() {
|
|
return V2beta2ObjectMetricSource.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V2beta2ObjectMetricSource = V2beta2ObjectMetricSource;
|
|
V2beta2ObjectMetricSource.discriminator = undefined;
|
|
V2beta2ObjectMetricSource.attributeTypeMap = [
|
|
{
|
|
"name": "describedObject",
|
|
"baseName": "describedObject",
|
|
"type": "V2beta2CrossVersionObjectReference"
|
|
},
|
|
{
|
|
"name": "metric",
|
|
"baseName": "metric",
|
|
"type": "V2beta2MetricIdentifier"
|
|
},
|
|
{
|
|
"name": "target",
|
|
"baseName": "target",
|
|
"type": "V2beta2MetricTarget"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v2beta2ObjectMetricSource.js.map
|