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. */ /** * Device represents one individual hardware instance that can be selected based on its attributes. Besides the name, exactly one field must be set. */ export class V1beta1Device { static getAttributeTypeMap() { return V1beta1Device.attributeTypeMap; } constructor() { } } V1beta1Device.discriminator = undefined; V1beta1Device.mapping = undefined; V1beta1Device.attributeTypeMap = [ { "name": "basic", "baseName": "basic", "type": "V1beta1BasicDevice", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta1Device.js.map