@kubernetes/client-node
Version:
NodeJS client for kubernetes
38 lines • 1.31 kB
JavaScript
/**
* 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.
*/
/**
* 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 V1ExemptPriorityLevelConfiguration {
static getAttributeTypeMap() {
return V1ExemptPriorityLevelConfiguration.attributeTypeMap;
}
constructor() {
}
}
V1ExemptPriorityLevelConfiguration.discriminator = undefined;
V1ExemptPriorityLevelConfiguration.mapping = undefined;
V1ExemptPriorityLevelConfiguration.attributeTypeMap = [
{
"name": "lendablePercent",
"baseName": "lendablePercent",
"type": "number",
"format": "int32"
},
{
"name": "nominalConcurrencyShares",
"baseName": "nominalConcurrencyShares",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=V1ExemptPriorityLevelConfiguration.js.map