UNPKG

@kubernetes/client-node

Version:
38 lines 1.24 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. */ /** * CounterSet defines a named set of counters that are available to be used by devices defined in the ResourceSlice. The counters are not allocatable by themselves, but can be referenced by devices. When a device is allocated, the portion of counters it uses will no longer be available for use by other devices. */ export class V1beta2CounterSet { static getAttributeTypeMap() { return V1beta2CounterSet.attributeTypeMap; } constructor() { } } V1beta2CounterSet.discriminator = undefined; V1beta2CounterSet.mapping = undefined; V1beta2CounterSet.attributeTypeMap = [ { "name": "counters", "baseName": "counters", "type": "{ [key: string]: V1beta2Counter; }", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" } ]; //# sourceMappingURL=V1beta2CounterSet.js.map