UNPKG

@kubernetes/client-node

Version:
44 lines 1.18 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. */ /** * QueuingConfiguration holds the configuration parameters for queuing */ export class V1beta3QueuingConfiguration { static getAttributeTypeMap() { return V1beta3QueuingConfiguration.attributeTypeMap; } constructor() { } } V1beta3QueuingConfiguration.discriminator = undefined; V1beta3QueuingConfiguration.mapping = undefined; V1beta3QueuingConfiguration.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=V1beta3QueuingConfiguration.js.map