UNPKG

@kubernetes/client-node

Version:
50 lines 1.6 kB
/** * 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. */ /** * LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: - How are requests for this priority level limited? - What should be done with requests that exceed the limit? */ export class V1LimitedPriorityLevelConfiguration { static getAttributeTypeMap() { return V1LimitedPriorityLevelConfiguration.attributeTypeMap; } constructor() { } } V1LimitedPriorityLevelConfiguration.discriminator = undefined; V1LimitedPriorityLevelConfiguration.mapping = undefined; V1LimitedPriorityLevelConfiguration.attributeTypeMap = [ { "name": "borrowingLimitPercent", "baseName": "borrowingLimitPercent", "type": "number", "format": "int32" }, { "name": "lendablePercent", "baseName": "lendablePercent", "type": "number", "format": "int32" }, { "name": "limitResponse", "baseName": "limitResponse", "type": "V1LimitResponse", "format": "" }, { "name": "nominalConcurrencyShares", "baseName": "nominalConcurrencyShares", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1LimitedPriorityLevelConfiguration.js.map