@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 991 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.
*/
/**
* ResourceStatus represents the status of a single resource allocated to a Pod.
*/
export class V1ResourceStatus {
static getAttributeTypeMap() {
return V1ResourceStatus.attributeTypeMap;
}
constructor() {
}
}
V1ResourceStatus.discriminator = undefined;
V1ResourceStatus.mapping = undefined;
V1ResourceStatus.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "resources",
"baseName": "resources",
"type": "Array<V1ResourceHealth>",
"format": ""
}
];
//# sourceMappingURL=V1ResourceStatus.js.map