UNPKG

@kubernetes/client-node

Version:
50 lines 1.3 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. */ /** * ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+ */ export class V1ComponentStatus { static getAttributeTypeMap() { return V1ComponentStatus.attributeTypeMap; } constructor() { } } V1ComponentStatus.discriminator = undefined; V1ComponentStatus.mapping = undefined; V1ComponentStatus.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "conditions", "baseName": "conditions", "type": "Array<V1ComponentCondition>", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" } ]; //# sourceMappingURL=V1ComponentStatus.js.map