UNPKG

@kubernetes/client-node

Version:
50 lines 1.19 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. */ /** * Information about the condition of a component. */ export class V1ComponentCondition { static getAttributeTypeMap() { return V1ComponentCondition.attributeTypeMap; } constructor() { } } V1ComponentCondition.discriminator = undefined; V1ComponentCondition.mapping = undefined; V1ComponentCondition.attributeTypeMap = [ { "name": "error", "baseName": "error", "type": "string", "format": "" }, { "name": "message", "baseName": "message", "type": "string", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1ComponentCondition.js.map