This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2025-12-03 12:40:47 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c7886f8ba46cea2840185f9578160c901b286daa
kubernetes
/
pkg
/
kubelet
/
server
/
stats
History
Krzysztof Jastrzebski
138a3c7172
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data.
2018-09-06 21:49:00 +02:00
..
testing
…
BUILD
Add unit tests for windows stats
2018-07-20 13:01:23 +08:00
doc.go
…
fs_resource_analyzer.go
…
handler.go
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data.
2018-09-06 21:49:00 +02:00
resource_analyzer.go
…
summary_sys_containers_windows.go
Add stats for system containers "pods"
2018-07-19 22:20:24 +08:00
summary_sys_containers.go
Add stats for system containers "pods"
2018-07-19 22:20:24 +08:00
summary_test.go
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data.
2018-09-06 21:49:00 +02:00
summary_windows_test.go
Add unit tests for windows stats
2018-07-20 13:01:23 +08:00
summary.go
Add "only_cpu_and_memory" GET parameter to /stats/summary http handler in kubelet. If parameter is true then only cpu and memory will be present in response. The parameter will be used by Metric Server to avoid sending/decoding unneeded data.
2018-09-06 21:49:00 +02:00
volume_stat_calculator_test.go
…
volume_stat_calculator.go
…