diff --git a/test/utils/ktesting/tcontext.go b/test/utils/ktesting/tcontext.go index fe95b06dbe1..f2ea900380d 100644 --- a/test/utils/ktesting/tcontext.go +++ b/test/utils/ktesting/tcontext.go @@ -35,6 +35,10 @@ import ( "k8s.io/kubernetes/test/utils/ktesting/internal" ) +// Underlier is the additional interface implemented by the per-test LogSink +// behind [TContext.Logger]. +type Underlier = ktesting.Underlier + // CleanupGracePeriod is the time that a [TContext] gets canceled before the // deadline of its underlying test suite (usually determined via "go test // -timeout"). This gives the running test(s) time to fail with an informative