| 1489 | } |
| 1490 | |
| 1491 | type setupPassthroughRegistryOptions struct { |
| 1492 | Username string |
| 1493 | Password string |
| 1494 | Upstream string |
| 1495 | } |
| 1496 | |
| 1497 | func setupPassthroughRegistry(t *testing.T, image string, opts *setupPassthroughRegistryOptions) string { |
| 1498 | t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected