@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.12 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.
*/
/**
* MetricValueStatus holds the current value for a metric
*/
export class V2MetricValueStatus {
static getAttributeTypeMap() {
return V2MetricValueStatus.attributeTypeMap;
}
constructor() {
}
}
V2MetricValueStatus.discriminator = undefined;
V2MetricValueStatus.mapping = undefined;
V2MetricValueStatus.attributeTypeMap = [
{
"name": "averageUtilization",
"baseName": "averageUtilization",
"type": "number",
"format": "int32"
},
{
"name": "averageValue",
"baseName": "averageValue",
"type": "string",
"format": ""
},
{
"name": "value",
"baseName": "value",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V2MetricValueStatus.js.map