kubernetes v1.33

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 SharedCounters must be unique in the ResourceSlice. The maximum number of counters in all sets is 32.

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 in all sets is 32.

name
string required

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