UNPKG

@kubernetes/client-node

Version:
44 lines 1.19 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. */ /** * DeviceClaim defines how to request devices with a ResourceClaim. */ export class V1alpha3DeviceClaim { static getAttributeTypeMap() { return V1alpha3DeviceClaim.attributeTypeMap; } constructor() { } } V1alpha3DeviceClaim.discriminator = undefined; V1alpha3DeviceClaim.mapping = undefined; V1alpha3DeviceClaim.attributeTypeMap = [ { "name": "config", "baseName": "config", "type": "Array<V1alpha3DeviceClaimConfiguration>", "format": "" }, { "name": "constraints", "baseName": "constraints", "type": "Array<V1alpha3DeviceConstraint>", "format": "" }, { "name": "requests", "baseName": "requests", "type": "Array<V1alpha3DeviceRequest>", "format": "" } ]; //# sourceMappingURL=V1alpha3DeviceClaim.js.map