UNPKG

@kubernetes/client-node

Version:
37 lines 1.28 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.V1alpha2ResourceClaimSchedulingStatus = void 0; /** * ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with \"WaitForFirstConsumer\" allocation mode. */ class V1alpha2ResourceClaimSchedulingStatus { static getAttributeTypeMap() { return V1alpha2ResourceClaimSchedulingStatus.attributeTypeMap; } } exports.V1alpha2ResourceClaimSchedulingStatus = V1alpha2ResourceClaimSchedulingStatus; V1alpha2ResourceClaimSchedulingStatus.discriminator = undefined; V1alpha2ResourceClaimSchedulingStatus.attributeTypeMap = [ { "name": "name", "baseName": "name", "type": "string" }, { "name": "unsuitableNodes", "baseName": "unsuitableNodes", "type": "Array<string>" } ]; //# sourceMappingURL=v1alpha2ResourceClaimSchedulingStatus.js.map