@kubernetes/client-node
Version:
NodeJS client for kubernetes
32 lines • 838 B
JavaScript
/**
* Kubernetes
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: v1.33.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* NodeSwapStatus represents swap memory information.
*/
export class V1NodeSwapStatus {
static getAttributeTypeMap() {
return V1NodeSwapStatus.attributeTypeMap;
}
constructor() {
}
}
V1NodeSwapStatus.discriminator = undefined;
V1NodeSwapStatus.mapping = undefined;
V1NodeSwapStatus.attributeTypeMap = [
{
"name": "capacity",
"baseName": "capacity",
"type": "number",
"format": "int64"
}
];
//# sourceMappingURL=V1NodeSwapStatus.js.map