@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.16 kB
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.32.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* 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.
*/
export class V2PodsMetricSource {
static getAttributeTypeMap() {
return V2PodsMetricSource.attributeTypeMap;
}
constructor() {
}
}
V2PodsMetricSource.discriminator = undefined;
V2PodsMetricSource.mapping = undefined;
V2PodsMetricSource.attributeTypeMap = [
{
"name": "metric",
"baseName": "metric",
"type": "V2MetricIdentifier",
"format": ""
},
{
"name": "target",
"baseName": "target",
"type": "V2MetricTarget",
"format": ""
}
];
//# sourceMappingURL=V2PodsMetricSource.js.map