@kubernetes/client-node
Version:
NodeJS client for kubernetes
56 lines • 1.46 kB
JavaScript
/**
* 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.
*/
/**
* DeviceRequestAllocationResult contains the allocation result for one request.
*/
export class V1alpha3DeviceRequestAllocationResult {
static getAttributeTypeMap() {
return V1alpha3DeviceRequestAllocationResult.attributeTypeMap;
}
constructor() {
}
}
V1alpha3DeviceRequestAllocationResult.discriminator = undefined;
V1alpha3DeviceRequestAllocationResult.mapping = undefined;
V1alpha3DeviceRequestAllocationResult.attributeTypeMap = [
{
"name": "adminAccess",
"baseName": "adminAccess",
"type": "boolean",
"format": ""
},
{
"name": "device",
"baseName": "device",
"type": "string",
"format": ""
},
{
"name": "driver",
"baseName": "driver",
"type": "string",
"format": ""
},
{
"name": "pool",
"baseName": "pool",
"type": "string",
"format": ""
},
{
"name": "request",
"baseName": "request",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=V1alpha3DeviceRequestAllocationResult.js.map