52 lines
1.5 KiB
JavaScript
52 lines
1.5 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.V2beta1ObjectMetricStatus = void 0;
|
|
/**
|
|
* ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).
|
|
*/
|
|
class V2beta1ObjectMetricStatus {
|
|
static getAttributeTypeMap() {
|
|
return V2beta1ObjectMetricStatus.attributeTypeMap;
|
|
}
|
|
}
|
|
exports.V2beta1ObjectMetricStatus = V2beta1ObjectMetricStatus;
|
|
V2beta1ObjectMetricStatus.discriminator = undefined;
|
|
V2beta1ObjectMetricStatus.attributeTypeMap = [
|
|
{
|
|
"name": "averageValue",
|
|
"baseName": "averageValue",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "currentValue",
|
|
"baseName": "currentValue",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "metricName",
|
|
"baseName": "metricName",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "selector",
|
|
"baseName": "selector",
|
|
"type": "V1LabelSelector"
|
|
},
|
|
{
|
|
"name": "target",
|
|
"baseName": "target",
|
|
"type": "V2beta1CrossVersionObjectReference"
|
|
}
|
|
];
|
|
//# sourceMappingURL=v2beta1ObjectMetricStatus.js.map
|