UNPKG

@kubernetes/client-node

Version:
38 lines 1.12 kB
/** * Kubernetes * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * OpenAPI spec version: v1.33.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet. */ export class V1beta2DeviceCounterConsumption { static getAttributeTypeMap() { return V1beta2DeviceCounterConsumption.attributeTypeMap; } constructor() { } } V1beta2DeviceCounterConsumption.discriminator = undefined; V1beta2DeviceCounterConsumption.mapping = undefined; V1beta2DeviceCounterConsumption.attributeTypeMap = [ { "name": "counterSet", "baseName": "counterSet", "type": "string", "format": "" }, { "name": "counters", "baseName": "counters", "type": "{ [key: string]: V1beta2Counter; }", "format": "" } ]; //# sourceMappingURL=V1beta2DeviceCounterConsumption.js.map