package
0.0.0-20200122233423-62801f1d34cf
Repository: https://github.com/vishvananda/pkg.git
Documentation: pkg.go.dev
# Functions
Start begins streaming the logs from system components with a `key:` matching `test.ObjectNameForTest(t)` to `t.Log`.
# Type aliases
Canceler is the type of a function returned when a logstream is started to be deferred so that the logstream can be stopped when the test is complete.