UNPKG

@kubernetes/client-node

Version:
62 lines 1.61 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. */ /** * AllocatedDeviceStatus contains the status of an allocated device, if the driver chooses to report it. This may include driver-specific information. */ export class V1beta1AllocatedDeviceStatus { static getAttributeTypeMap() { return V1beta1AllocatedDeviceStatus.attributeTypeMap; } constructor() { } } V1beta1AllocatedDeviceStatus.discriminator = undefined; V1beta1AllocatedDeviceStatus.mapping = undefined; V1beta1AllocatedDeviceStatus.attributeTypeMap = [ { "name": "conditions", "baseName": "conditions", "type": "Array<V1Condition>", "format": "" }, { "name": "data", "baseName": "data", "type": "any", "format": "" }, { "name": "device", "baseName": "device", "type": "string", "format": "" }, { "name": "driver", "baseName": "driver", "type": "string", "format": "" }, { "name": "networkData", "baseName": "networkData", "type": "V1beta1NetworkDeviceData", "format": "" }, { "name": "pool", "baseName": "pool", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta1AllocatedDeviceStatus.js.map