UNPKG

@kubernetes/client-node

Version:
38 lines 1.03 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. */ /** * ResourceQuotaStatus defines the enforced hard limits and observed use. */ export class V1ResourceQuotaStatus { static getAttributeTypeMap() { return V1ResourceQuotaStatus.attributeTypeMap; } constructor() { } } V1ResourceQuotaStatus.discriminator = undefined; V1ResourceQuotaStatus.mapping = undefined; V1ResourceQuotaStatus.attributeTypeMap = [ { "name": "hard", "baseName": "hard", "type": "{ [key: string]: string; }", "format": "" }, { "name": "used", "baseName": "used", "type": "{ [key: string]: string; }", "format": "" } ]; //# sourceMappingURL=V1ResourceQuotaStatus.js.map