mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-23 10:29:27 -04:00
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. |
||
|---|---|---|
| .. | ||
| all | ||
| api | ||
| default | ||
| ga | ||
| adminaccess.go | ||
| binding_conditions.go | ||
| core.go | ||
| device_taints.go | ||
| dra.go | ||
| extendedresource.go | ||
| helpers.go | ||
| main_test.go | ||
| node_allocatable_resources.go | ||
| objects.go | ||
| OWNERS | ||
| partitionable_devices.go | ||
| pod_group.go | ||
| prioritizedlist.go | ||
| resourceclaim.go | ||
| resourceclaimstatus.go | ||
| resourcepoolstatusrequest_test.go | ||
| resourceslicecontroller.go | ||
| uses_all_resources.go | ||
| workload_resource_claims.go | ||