Skip to main content
Schemaobject

io.k8s.api.resource.v1beta1.CounterSet

CounterSet defines a named set of counters that are available to be used by devices defined in the ResourcePool. 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.

Source
specs/apis__resource.k8s.io__v1beta1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
counters object
required

Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.

name string
required

Name defines the name of the counter set. It must be a DNS label.