UNPKG

@kubernetes/client-node

Version:
62 lines 1.88 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. */ /** * DeviceSubRequest describes a request for device provided in the claim.spec.devices.requests[].firstAvailable array. Each is typically a request for a single resource like a device, but can also ask for several identical devices. DeviceSubRequest is similar to ExactDeviceRequest, but doesn\'t expose the AdminAccess field as that one is only supported when requesting a specific device. */ export class V1beta2DeviceSubRequest { static getAttributeTypeMap() { return V1beta2DeviceSubRequest.attributeTypeMap; } constructor() { } } V1beta2DeviceSubRequest.discriminator = undefined; V1beta2DeviceSubRequest.mapping = undefined; V1beta2DeviceSubRequest.attributeTypeMap = [ { "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<V1beta2DeviceSelector>", "format": "" }, { "name": "tolerations", "baseName": "tolerations", "type": "Array<V1beta2DeviceToleration>", "format": "" } ]; //# sourceMappingURL=V1beta2DeviceSubRequest.js.map