UNPKG

@kubernetes/client-node

Version:
62 lines 1.57 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. */ /** * LimitRangeItem defines a min/max usage limit for any resource that matches on kind. */ export class V1LimitRangeItem { static getAttributeTypeMap() { return V1LimitRangeItem.attributeTypeMap; } constructor() { } } V1LimitRangeItem.discriminator = undefined; V1LimitRangeItem.mapping = undefined; V1LimitRangeItem.attributeTypeMap = [ { "name": "_default", "baseName": "default", "type": "{ [key: string]: string; }", "format": "" }, { "name": "defaultRequest", "baseName": "defaultRequest", "type": "{ [key: string]: string; }", "format": "" }, { "name": "max", "baseName": "max", "type": "{ [key: string]: string; }", "format": "" }, { "name": "maxLimitRequestRatio", "baseName": "maxLimitRequestRatio", "type": "{ [key: string]: string; }", "format": "" }, { "name": "min", "baseName": "min", "type": "{ [key: string]: string; }", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" } ]; //# sourceMappingURL=V1LimitRangeItem.js.map