Versions in this module Expand all Collapse all v1 v1.6.0 Jul 29, 2026 v1.5.2 Mar 19, 2026 Changes in this version + func NewRecorder() monitorapi.Recorder + func WrapWithJSONLRecorder(delegate monitorapi.Recorder, outfile io.Writer, ...) monitorapi.Recorder + type Interface interface + SerializeResults func(ctx context.Context, junitSuiteName, timeSuffix string) (*junitapi.JUnitTestSuite, error) + Start func(ctx context.Context) error + Stop func(ctx context.Context) (ResultState, error) + func NewMonitor(recorder monitorapi.Recorder, adminKubeConfig *rest.Config, storageDir string, ...) Interface + type Monitor struct + func (m *Monitor) SerializeResults(ctx context.Context, junitSuiteName, timeSuffix string) (*junitapi.JUnitTestSuite, error) + func (m *Monitor) Start(ctx context.Context) error + func (m *Monitor) Stop(ctx context.Context) (ResultState, error) + type ResultState string + var Failed ResultState = "Failed" + var Succeeded ResultState = "Succeeded" Incompatible versions in this module v4.1.0+incompatible May 1, 2019