kubernetes v1.37

ResourceSliceSpec.sharedCounters

SharedCounters defines a list of counter sets, each of which has a name and a list of counters available. The names of the counter sets must be unique in the ResourcePool. Only one of Devices and SharedCounters can be set in a ResourceSlice. The maximum number of counter sets is 8.

2 fields
ResourceSliceSpec.sharedCounters fields and descriptions
Field / TypeDescription
map[string]Counter 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.