mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-29 13:53:26 -04:00
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. |
||
|---|---|---|
| .. | ||
| testdata | ||
| accessreview_test.go | ||
| auth_test.go | ||
| authz_config_test.go | ||
| bootstraptoken_test.go | ||
| dynamic_client_test.go | ||
| main_test.go | ||
| node_test.go | ||
| podsecurity_test.go | ||
| rbac_test.go | ||
| requestheader_test.go | ||
| selfsubjectreview_test.go | ||
| svcaccttoken_test.go | ||