@kubernetes/client-node
Version:
NodeJS client for kubernetes
44 lines • 1.2 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.
*/
/**
* AllocationResult contains attributes of an allocated resource.
*/
export class V1alpha2AllocationResult {
static getAttributeTypeMap() {
return V1alpha2AllocationResult.attributeTypeMap;
}
constructor() {
}
}
V1alpha2AllocationResult.discriminator = undefined;
V1alpha2AllocationResult.mapping = undefined;
V1alpha2AllocationResult.attributeTypeMap = [
{
"name": "availableOnNodes",
"baseName": "availableOnNodes",
"type": "V1NodeSelector",
"format": ""
},
{
"name": "resourceHandles",
"baseName": "resourceHandles",
"type": "Array<V1alpha2ResourceHandle>",
"format": ""
},
{
"name": "shareable",
"baseName": "shareable",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=V1alpha2AllocationResult.js.map