@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.05 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.
*/
/**
* AllocationResult contains attributes of an allocated resource.
*/
export class V1alpha3AllocationResult {
static getAttributeTypeMap() {
return V1alpha3AllocationResult.attributeTypeMap;
}
constructor() {
}
}
V1alpha3AllocationResult.discriminator = undefined;
V1alpha3AllocationResult.mapping = undefined;
V1alpha3AllocationResult.attributeTypeMap = [
{
"name": "devices",
"baseName": "devices",
"type": "V1alpha3DeviceAllocationResult",
"format": ""
},
{
"name": "nodeSelector",
"baseName": "nodeSelector",
"type": "V1NodeSelector",
"format": ""
}
];
//# sourceMappingURL=V1alpha3AllocationResult.js.map