Files
kubernetes/test/utils/ktesting
Patrick Ohly c4c9a9d4de ktesting: remove type alias
The type alias made `go doc ./test/utils/ktesting.TContext` useless and was a
weird workaround for preserving the original interface type name. Passing a
TContext instance by value (almost) preserves the original API and is
acceptable because the struct is still small. The only consumers which need to
be updated are those which relied on passing nil as tCtx.

If we ever find that TContext is or becomes too large, then we can make it
a wrapper around some pointer.
2026-02-26 15:42:55 +01:00
..
2026-02-26 15:42:55 +01:00
2026-02-26 15:42:55 +01:00
2026-02-26 15:42:55 +01:00
2026-02-26 15:42:55 +01:00
2026-02-26 15:42:55 +01:00
2026-02-26 15:42:55 +01:00