/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.30.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { V1alpha2NamedResourcesAllocationResult } from '../models/V1alpha2NamedResourcesAllocationResult.js'; /** * DriverAllocationResult contains vendor parameters and the allocation result for one request. */ export declare class V1alpha2DriverAllocationResult { 'namedResources'?: V1alpha2NamedResourcesAllocationResult; /** * VendorRequestParameters are the per-request configuration parameters from the time that the claim was allocated. */ 'vendorRequestParameters'?: any; static readonly discriminator: string | undefined; static readonly mapping: { [index: string]: string; } | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }