UNPKG

@kubernetes/client-node

Version:
50 lines 1.31 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. */ /** * Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+ */ export class V1ComponentStatusList { static getAttributeTypeMap() { return V1ComponentStatusList.attributeTypeMap; } constructor() { } } V1ComponentStatusList.discriminator = undefined; V1ComponentStatusList.mapping = undefined; V1ComponentStatusList.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "items", "baseName": "items", "type": "Array<V1ComponentStatus>", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ListMeta", "format": "" } ]; //# sourceMappingURL=V1ComponentStatusList.js.map