@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.15 kB
JavaScript
/**
* 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.
*/
/**
* DriverAllocationResult contains vendor parameters and the allocation result for one request.
*/
export class V1alpha2DriverAllocationResult {
static getAttributeTypeMap() {
return V1alpha2DriverAllocationResult.attributeTypeMap;
}
constructor() {
}
}
V1alpha2DriverAllocationResult.discriminator = undefined;
V1alpha2DriverAllocationResult.mapping = undefined;
V1alpha2DriverAllocationResult.attributeTypeMap = [
{
"name": "namedResources",
"baseName": "namedResources",
"type": "V1alpha2NamedResourcesAllocationResult",
"format": ""
},
{
"name": "vendorRequestParameters",
"baseName": "vendorRequestParameters",
"type": "any",
"format": ""
}
];
//# sourceMappingURL=V1alpha2DriverAllocationResult.js.map