MCPcopy
hub / github.com/operator-framework/operator-sdk / FakeTestRunner

Struct FakeTestRunner

internal/scorecard/scorecard.go:63–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type FakeTestRunner struct {
64 Sleep time.Duration
65 TestStatus *v1alpha3.TestStatus
66 Error error
67}
68
69// cleanupTimeout is the time given to clean up resources, regardless of how long ctx's deadline is.
70var cleanupTimeout = time.Second * 30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected