kubernetes/test/integration/auth
Patrick Ohly 5c4f81743c DRA: use v1 API
As before when adding v1beta2, DRA drivers built using the
k8s.io/dynamic-resource-allocation helper packages remain compatible with all
Kubernetes release >= 1.32. The helper code picks whatever API version is
enabled from v1beta1/v1beta2/v1.

However, the control plane now depends on v1, so a cluster configuration where
only v1beta1 or v1beta2 are enabled without the v1 won't work.
2025-07-24 08:33:45 +02:00
..
testdata Make auth integation tests coexist with default API server config 2022-09-21 12:42:49 -04:00
accessreview_test.go pkg/controlplane: split up config into generic controlplane and kube-related part 2024-04-26 14:14:06 +02:00
auth_test.go Drop null creationTimestamp from test fixtures 2025-05-02 15:38:40 -04:00
authz_config_test.go Add automatic_reload_last_config_info metric for auth configs 2025-07-17 17:47:51 -05:00
bootstraptoken_test.go pkg/controlplane: split up config into generic controlplane and kube-related part 2024-04-26 14:14:06 +02:00
dynamic_client_test.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
main_test.go Enforce sa token node audience restriction when ServiceAccountNodeAudienceRestriction=true 2024-11-06 09:51:40 -08:00
node_test.go DRA: use v1 API 2025-07-24 08:33:45 +02:00
podsecurity_test.go Add ut coverage for capabilities.Setup (#125395) 2024-10-17 18:23:03 +01:00
rbac_test.go List available endpoints for kube-apiserver (#132581) 2025-07-23 21:44:27 -07:00
requestheader_test.go Update tests to handle RemoteRequestHeaderUID 2024-12-04 16:04:36 -05:00
selfsubjectreview_test.go Fix SelfSubjectReview test to decouple beta and GA types from the same apiserver 2025-02-20 19:32:16 +00:00
svcaccttoken_test.go Add TokenRequestServiceAccountUIDValidation feature gate with UID validation 2025-07-10 23:20:23 -05:00