mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-25 14:06:46 +00:00
Refactor the DRA e2e_node test helpers and test cases to accept variadic kubeletplugin.Option arguments. This change improves test flexibility and maintainability, allowing new options to be passed in the future without requiring widespread code changes. There are no functional changes to test coverage or behavior.