Skip to main content
Schemaobject

io.k8s.api.resource.v1.DeviceCounterConsumption

DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.

Source
specs/apis__resource.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
compatibilityGroups array
optional

CompatibilityGroups is a list of opaque group names for this counter set consumption. Devices that consume counters from the same counter set may only be allocated at the same time ("co-allocated") if they all share at least one common group: the intersection of the CompatibilityGroups of all co-allocated devices on that counter set must be non-empty. Devices that consume from different counter sets are never compared via this field. An unset field, an explicit nil, and an empty list are equivalent and me…

counterSet string
required

CounterSet is the name of the set from which the counters defined will be consumed.

counters object
required

Counters defines the counters that will be consumed by the device. The maximum number of counters is 32.