UNPKG

@kubernetes/client-node

Version:
44 lines 1.15 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. */ /** * QueuingConfiguration holds the configuration parameters for queuing */ export class V1QueuingConfiguration { static getAttributeTypeMap() { return V1QueuingConfiguration.attributeTypeMap; } constructor() { } } V1QueuingConfiguration.discriminator = undefined; V1QueuingConfiguration.mapping = undefined; V1QueuingConfiguration.attributeTypeMap = [ { "name": "handSize", "baseName": "handSize", "type": "number", "format": "int32" }, { "name": "queueLengthLimit", "baseName": "queueLengthLimit", "type": "number", "format": "int32" }, { "name": "queues", "baseName": "queues", "type": "number", "format": "int32" } ]; //# sourceMappingURL=V1QueuingConfiguration.js.map