kubernetes/test/integration/auth
Patrick Ohly a2fb32870f test/integration/auth: fix data race
"username" gets read by one goroutine and written by another. Therefore it must
be protected by a mutex to avoid triggering the race detector.
2023-04-05 16:11:38 +02:00
..
testdata Make auth integation tests coexist with default API server config 2022-09-21 12:42:49 -04:00
accessreview_test.go test/integration/auth: fix data race 2023-04-05 16:11:38 +02:00
auth_test.go Make auth integation tests coexist with default API server config 2022-09-21 12:42:49 -04:00
bootstraptoken_test.go Make auth integation tests coexist with default API server config 2022-09-21 12:42:49 -04:00
dynamic_client_test.go Make auth integation tests coexist with default API server config 2022-09-21 12:42:49 -04:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
node_test.go test/integration: Replace deprecated pointer function 2023-01-05 18:38:40 +01:00
podsecurity_test.go skip special features in TestPodSecurityGAOnly 2023-02-28 13:21:35 -08:00
rbac_test.go Lock ServerSideApply feature to true 2022-09-27 13:48:28 +02:00
selfsubjectreview_test.go KEP-3325: Promote SelfSubjectReview to Beta (#116274) 2023-03-08 15:42:33 -08:00
svcaccttoken_test.go bump go-jose to v2.6.0 2023-03-02 02:53:17 +01:00