@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.5 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.
*/
/**
* ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source.
*/
export class V2ContainerResourceMetricStatus {
static getAttributeTypeMap() {
return V2ContainerResourceMetricStatus.attributeTypeMap;
}
constructor() {
}
}
V2ContainerResourceMetricStatus.discriminator = undefined;
V2ContainerResourceMetricStatus.mapping = undefined;
V2ContainerResourceMetricStatus.attributeTypeMap = [
{
"name": "container",
"baseName": "container",
"type": "string",
"format": ""
},
{
"name": "current",
"baseName": "current",
"type": "V2MetricValueStatus",
"format": ""
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V2ContainerResourceMetricStatus.js.map