UNPKG

@kubernetes/client-node

Version:
62 lines 1.47 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. */ /** * NodeCondition contains condition information for a node. */ export class V1NodeCondition { static getAttributeTypeMap() { return V1NodeCondition.attributeTypeMap; } constructor() { } } V1NodeCondition.discriminator = undefined; V1NodeCondition.mapping = undefined; V1NodeCondition.attributeTypeMap = [ { "name": "lastHeartbeatTime", "baseName": "lastHeartbeatTime", "type": "Date", "format": "date-time" }, { "name": "lastTransitionTime", "baseName": "lastTransitionTime", "type": "Date", "format": "date-time" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "reason", "baseName": "reason", "type": "string", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1NodeCondition.js.map