UNPKG

@kubernetes/client-node

Version:
38 lines 1.05 kB
/** * 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. */ /** * ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680. */ export class V1ResourceHealth { static getAttributeTypeMap() { return V1ResourceHealth.attributeTypeMap; } constructor() { } } V1ResourceHealth.discriminator = undefined; V1ResourceHealth.mapping = undefined; V1ResourceHealth.attributeTypeMap = [ { "name": "health", "baseName": "health", "type": "string", "format": "" }, { "name": "resourceID", "baseName": "resourceID", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ResourceHealth.js.map