@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.11 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 V1beta1DeviceAllocationResult {
static getAttributeTypeMap() {
return V1beta1DeviceAllocationResult.attributeTypeMap;
}
constructor() {
}
}
V1beta1DeviceAllocationResult.discriminator = undefined;
V1beta1DeviceAllocationResult.mapping = undefined;
V1beta1DeviceAllocationResult.attributeTypeMap = [
{
"name": "config",
"baseName": "config",
"type": "Array<V1beta1DeviceAllocationConfiguration>",
"format": ""
},
{
"name": "results",
"baseName": "results",
"type": "Array<V1beta1DeviceRequestAllocationResult>",
"format": ""
}
];
//# sourceMappingURL=V1beta1DeviceAllocationResult.js.map