kubernetes/pkg/kubelet/server/stats
Patrick Ohly ad79e479c2 build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
..
testing Bump to mockery v3 2025-08-29 13:43:54 +02:00
.mockery.yaml Bump to mockery v3 2025-08-29 13:43:54 +02:00
doc.go remove import doc comments 2024-12-02 16:59:34 +01:00
fs_resource_analyzer.go Migrate kubelet/server to contextual logging 2025-09-09 12:49:42 +03:00
handler.go Migrate kubelet/server to contextual logging 2025-09-09 12:49:42 +03:00
resource_analyzer.go Migrate kubelet/server to contextual logging 2025-09-09 12:49:42 +03:00
summary.go Migrate kubelet/server to contextual logging 2025-09-09 12:49:42 +03:00
summary_sys_containers.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
summary_sys_containers_windows.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
summary_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
summary_windows_test.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
volume_stat_calculator.go Migrate kubelet/server to contextual logging 2025-09-09 12:49:42 +03:00
volume_stat_calculator_test.go Migrate kubelet/server to contextual logging 2025-09-09 12:49:42 +03:00