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

Struct PodTestRunner

internal/scorecard/scorecard.go:48–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type PodTestRunner struct {
49 Namespace string
50 ServiceAccount string
51 BundlePath string
52 TestOutput string
53 BundleMetadata registryutil.LabelsMap
54 Client kubernetes.Interface
55 RESTConfig *rest.Config
56 StorageImage string
57 UntarImage string
58
59 configMapName string
60 PodSecurity bool
61}
62
63type FakeTestRunner struct {
64 Sleep time.Duration

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected