kubernetes/pkg/api/v1
Clayton Coleman 264496cc41
scheduler: Implement resource metrics at /metrics/resources
Implement pod resource metrics as described in KEP 1916. The new
`/metrics/resources` endpoint is exposed on the active scheduler
and reports kube_pod_resources* metrics that present the effective
requests and limits for all resources on the pods as calculated by
the scheduler and kubelet. This allows administrators using the
system to quickly perform resource consumption, reservation, and
pending utilization calculations when those metrics are read.
Because metrics calculation is on-demand, there is no additional
resource consumption incurred by the scheduler unless the endpoint
is scraped.
2020-11-12 12:37:38 -05:00
..
endpoints pkg/api: Fix golint errors 2018-09-07 12:31:25 +05:30
persistentvolume Add a new field for storing volume expansion secrets 2019-05-09 13:53:47 -04:00
pod Removing GetPodPriority from pkg/api and importing PodPriority from k8s.io/component-helpers 2020-10-11 21:40:11 +02:00
resource scheduler: Implement resource metrics at /metrics/resources 2020-11-12 12:37:38 -05:00
service Clean up pkg/api. 2019-05-09 15:23:41 +00:00
OWNERS eparis to emeritus 2020-06-30 09:50:44 -07:00