| 46 | } |
| 47 | |
| 48 | type 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 | |
| 63 | type FakeTestRunner struct { |
| 64 | Sleep time.Duration |
nothing calls this directly
no outgoing calls
no test coverage detected