mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
Many helper packages need to know the test namespace in addition to the client. Supporting passing of that information through the TContext avoids adding another parameter to such helper packages. This mirrors similar functionality in framework.Framework which also provides a namespace to the test and packages taking such a parameter.