UNPKG

@kubernetes/client-node

Version:
38 lines 1.34 kB
/** * 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. */ /** * 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`. */ export class V1beta3ExemptPriorityLevelConfiguration { static getAttributeTypeMap() { return V1beta3ExemptPriorityLevelConfiguration.attributeTypeMap; } constructor() { } } V1beta3ExemptPriorityLevelConfiguration.discriminator = undefined; V1beta3ExemptPriorityLevelConfiguration.mapping = undefined; V1beta3ExemptPriorityLevelConfiguration.attributeTypeMap = [ { "name": "lendablePercent", "baseName": "lendablePercent", "type": "number", "format": "int32" }, { "name": "nominalConcurrencyShares", "baseName": "nominalConcurrencyShares", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1beta3ExemptPriorityLevelConfiguration.js.map