kubernetes/pkg/routes
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
..
const_other.go build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
const_windows.go unittests: Fixes unit tests for Windows (part 3) 2022-10-21 19:25:48 +03:00
doc.go
logs.go unittests: Fixes unit tests for Windows (part 3) 2022-10-21 19:25:48 +03:00
logs_test.go unittests: Fixes unit tests for Windows (part 3) 2022-10-21 19:25:48 +03:00
openidmetadata.go Move public key getter to interface 2024-06-25 18:10:08 -04:00
OWNERS Add api-machinery TL owners permissions for jpbetz 2023-05-15 11:09:54 -04:00