ForbiddenImageReference is used when we don’t expect the ImageReference to be used in our tests.
| 9 | |
| 10 | // ForbiddenImageReference is used when we don’t expect the ImageReference to be used in our tests. |
| 11 | type ForbiddenImageReference struct{} |
| 12 | |
| 13 | // Transport is a mock that panics. |
| 14 | func (ref ForbiddenImageReference) Transport() types.ImageTransport { |
nothing calls this directly
no outgoing calls
no test coverage detected