kubernetes/pkg/controller/resourceclaim
Patrick Ohly 4a305f8fc7 DRA: fix component list for ResourceClaim metric
The endpoint-mappings.yaml file specifies which components use which
metrics. The case some, but not all core components (kube-controller-manager
and kube-scheduler in this case) sharing the same metrics was not
supported. This gets fixed by not returning early once the first file path
matches.

Not all metrics in pkg/controller/resourceclaim/metrics are shared. To make the
sharing clearer and fit into the file-path based component support in
endpoint-mappings.yaml, the shared metric gets moved to a new
pkg/resourceclaim/metrics package.
2026-05-11 12:31:45 +02:00
..
config Make ConcurrentResourceClaimSyncs configurable (#134701) 2026-01-08 19:31:39 +05:30
metrics DRA: fix component list for ResourceClaim metric 2026-05-11 12:31:45 +02:00
controller.go DRA: fix component list for ResourceClaim metric 2026-05-11 12:31:45 +02:00
controller_test.go DRA: fix component list for ResourceClaim metric 2026-05-11 12:31:45 +02:00
doc.go
OWNERS DRA: add wg/device-management label automatically 2024-10-28 16:36:04 +01:00
uid_cache.go Use k8s.io/utils/lru instead of github.com/golang/groupcache/lru 2024-11-04 10:51:13 -05:00