UNPKG

@kubernetes/client-node

Version:
50 lines 1.45 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. */ /** * DeviceClass is a vendor- or admin-provided resource that contains device configuration and selectors. It can be referenced in the device requests of a claim to apply these presets. Cluster scoped. This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. */ export class V1beta1DeviceClass { static getAttributeTypeMap() { return V1beta1DeviceClass.attributeTypeMap; } constructor() { } } V1beta1DeviceClass.discriminator = undefined; V1beta1DeviceClass.mapping = undefined; V1beta1DeviceClass.attributeTypeMap = [ { "name": "apiVersion", "baseName": "apiVersion", "type": "string", "format": "" }, { "name": "kind", "baseName": "kind", "type": "string", "format": "" }, { "name": "metadata", "baseName": "metadata", "type": "V1ObjectMeta", "format": "" }, { "name": "spec", "baseName": "spec", "type": "V1beta1DeviceClassSpec", "format": "" } ]; //# sourceMappingURL=V1beta1DeviceClass.js.map