UNPKG

@kubernetes/client-node

Version:
37 lines 1.44 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.V1beta2ExemptPriorityLevelConfiguration = void 0; /** * ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`. */ class V1beta2ExemptPriorityLevelConfiguration { static getAttributeTypeMap() { return V1beta2ExemptPriorityLevelConfiguration.attributeTypeMap; } } exports.V1beta2ExemptPriorityLevelConfiguration = V1beta2ExemptPriorityLevelConfiguration; V1beta2ExemptPriorityLevelConfiguration.discriminator = undefined; V1beta2ExemptPriorityLevelConfiguration.attributeTypeMap = [ { "name": "lendablePercent", "baseName": "lendablePercent", "type": "number" }, { "name": "nominalConcurrencyShares", "baseName": "nominalConcurrencyShares", "type": "number" } ]; //# sourceMappingURL=v1beta2ExemptPriorityLevelConfiguration.js.map