@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 849 B
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.
*/
/**
* Overhead structure represents the resource overhead associated with running a pod.
*/
export class V1Overhead {
static getAttributeTypeMap() {
return V1Overhead.attributeTypeMap;
}
constructor() {
}
}
V1Overhead.discriminator = undefined;
V1Overhead.mapping = undefined;
V1Overhead.attributeTypeMap = [
{
"name": "podFixed",
"baseName": "podFixed",
"type": "{ [key: string]: string; }",
"format": ""
}
];
//# sourceMappingURL=V1Overhead.js.map