UNPKG

@kubernetes/client-node

Version:
62 lines 1.86 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. */ /** * DeviceRequest is a request for devices required for a claim. This is typically a request for a single resource like a device, but can also ask for several identical devices. A DeviceClassName is currently required. Clients must check that it is indeed set. It\'s absence indicates that something changed in a way that is not supported by the client yet, in which case it must refuse to handle the request. */ export class V1beta1DeviceRequest { static getAttributeTypeMap() { return V1beta1DeviceRequest.attributeTypeMap; } constructor() { } } V1beta1DeviceRequest.discriminator = undefined; V1beta1DeviceRequest.mapping = undefined; V1beta1DeviceRequest.attributeTypeMap = [ { "name": "adminAccess", "baseName": "adminAccess", "type": "boolean", "format": "" }, { "name": "allocationMode", "baseName": "allocationMode", "type": "string", "format": "" }, { "name": "count", "baseName": "count", "type": "number", "format": "int64" }, { "name": "deviceClassName", "baseName": "deviceClassName", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "selectors", "baseName": "selectors", "type": "Array<V1beta1DeviceSelector>", "format": "" } ]; //# sourceMappingURL=V1beta1DeviceRequest.js.map