UNPKG

@kubernetes/client-node

Version:
38 lines 1.03 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. */ /** * BasicDevice defines one device instance. */ export class V1beta1BasicDevice { static getAttributeTypeMap() { return V1beta1BasicDevice.attributeTypeMap; } constructor() { } } V1beta1BasicDevice.discriminator = undefined; V1beta1BasicDevice.mapping = undefined; V1beta1BasicDevice.attributeTypeMap = [ { "name": "attributes", "baseName": "attributes", "type": "{ [key: string]: V1beta1DeviceAttribute; }", "format": "" }, { "name": "capacity", "baseName": "capacity", "type": "{ [key: string]: V1beta1DeviceCapacity; }", "format": "" } ]; //# sourceMappingURL=V1beta1BasicDevice.js.map