UNPKG

@kubernetes/client-node

Version:
44 lines 1.35 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.33.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. With FirstAvailable it is also possible to provide a prioritized list of requests. */ export class V1beta2DeviceRequest { static getAttributeTypeMap() { return V1beta2DeviceRequest.attributeTypeMap; } constructor() { } } V1beta2DeviceRequest.discriminator = undefined; V1beta2DeviceRequest.mapping = undefined; V1beta2DeviceRequest.attributeTypeMap = [ { "name": "exactly", "baseName": "exactly", "type": "V1beta2ExactDeviceRequest", "format": "" }, { "name": "firstAvailable", "baseName": "firstAvailable", "type": "Array<V1beta2DeviceSubRequest>", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta2DeviceRequest.js.map