DeviceCounterConsumption
DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.
Schema URL
https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/resource.api.k8s.io/DeviceCounterConsumption_v1beta1.json▶ Usage examples
VS Code / yaml-language-server
# yaml-language-server: $schema=https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/resource.api.k8s.io/DeviceCounterConsumption_v1beta1.jsonkubeconform
kubeconform -schema-location 'https://raw.githubusercontent.com/nlamirault/schema-hub/main/schemas/{{ .Group }}/{{ .ResourceKind }}_{{ .ResourceAPIVersion }}.json' manifest.yamlResource Structure
counterSetstringRequiredCounterSet is the name of the set from which the counters defined will be consumed.
countersobjectRequiredCounters defines the counters that will be consumed by the device.
The maximum number of counters is 32.
Version Diff
Compare:→