kubernetes/cmd/kubeadm/app/util/runtime
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
..
fake_impl.go kubeadm: added container runtime version check to preflight 2025-10-31 09:51:01 +08:00
impl.go kubeadm: added container runtime version check to preflight 2025-10-31 09:51:01 +08:00
runtime.go kubeadm: added container runtime version check to preflight 2025-10-31 09:51:01 +08:00
runtime_test.go kubeadm: added container runtime version check to preflight 2025-10-31 09:51:01 +08:00
runtime_unix.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
runtime_windows.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00