UNPKG

@kubernetes/client-node

Version:
42 lines 1.25 kB
"use strict"; /** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: release-1.28 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.V1alpha2AllocationResult = void 0; /** * AllocationResult contains attributes of an allocated resource. */ class V1alpha2AllocationResult { static getAttributeTypeMap() { return V1alpha2AllocationResult.attributeTypeMap; } } exports.V1alpha2AllocationResult = V1alpha2AllocationResult; V1alpha2AllocationResult.discriminator = undefined; V1alpha2AllocationResult.attributeTypeMap = [ { "name": "availableOnNodes", "baseName": "availableOnNodes", "type": "V1NodeSelector" }, { "name": "resourceHandles", "baseName": "resourceHandles", "type": "Array<V1alpha2ResourceHandle>" }, { "name": "shareable", "baseName": "shareable", "type": "boolean" } ]; //# sourceMappingURL=v1alpha2AllocationResult.js.map