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. */ /** * ResourceQuotaSpec defines the desired hard limits to enforce for Quota. */ export class V1ResourceQuotaSpec { static getAttributeTypeMap() { return V1ResourceQuotaSpec.attributeTypeMap; } constructor() { } } V1ResourceQuotaSpec.discriminator = undefined; V1ResourceQuotaSpec.mapping = undefined; V1ResourceQuotaSpec.attributeTypeMap = [ { "name": "hard", "baseName": "hard", "type": "{ [key: string]: string; }", "format": "" }, { "name": "scopeSelector", "baseName": "scopeSelector", "type": "V1ScopeSelector", "format": "" }, { "name": "scopes", "baseName": "scopes", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=V1ResourceQuotaSpec.js.map