@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.12 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.
*/
/**
* DeviceAllocationResult is the result of allocating devices.
*/
export class V1alpha3DeviceAllocationResult {
static getAttributeTypeMap() {
return V1alpha3DeviceAllocationResult.attributeTypeMap;
}
constructor() {
}
}
V1alpha3DeviceAllocationResult.discriminator = undefined;
V1alpha3DeviceAllocationResult.mapping = undefined;
V1alpha3DeviceAllocationResult.attributeTypeMap = [
{
"name": "config",
"baseName": "config",
"type": "Array<V1alpha3DeviceAllocationConfiguration>",
"format": ""
},
{
"name": "results",
"baseName": "results",
"type": "Array<V1alpha3DeviceRequestAllocationResult>",
"format": ""
}
];
//# sourceMappingURL=V1alpha3DeviceAllocationResult.js.map