mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-14 08:14:28 -05:00
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
|
||
|---|---|---|
| .. | ||
| cleanup.go | ||
| cleanup_test.go | ||
| conntrack.go | ||
| conntrack_test.go | ||
| doc.go | ||
| fake.go | ||
| filter.go | ||
| filter_test.go | ||
| sysctls.go | ||
| sysctls_test.go | ||