kubernetes/test/integration/controlplane
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
..
audit Use canonical json-patch v4 import 2024-05-28 10:48:22 +02:00
transformation build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
apiserver_identity_test.go chore: depr. pointer pkg replacement for test integration 2025-07-06 22:02:04 +02:00
crd_test.go use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
generic_test.go Add MutatingAdmissionPolicy API 2024-11-04 21:40:38 -05:00
graceful_shutdown_test.go use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
kube_apiserver_test.go feat: add integration test for /flagz kube-apiserver endpoint 2025-11-04 19:45:32 +00:00
main_test.go
synthetic_controlplane_test.go Kill TooLongMaxLength() in favor of TooLong() 2024-11-05 15:10:22 -08:00