| 37 | } |
| 38 | |
| 39 | type imageVolumeProvider struct { |
| 40 | config imageProviderConfig |
| 41 | client *containerd.Client |
| 42 | image string |
| 43 | target string |
| 44 | snapshot string |
| 45 | } |
| 46 | |
| 47 | // ImageOpt allows setting optional properties of the provider. |
| 48 | type ImageOpt func(*imageProviderConfig) |
nothing calls this directly
no outgoing calls
no test coverage detected