Descriptor get the v1.Descriptor of the image
()
| 12 | type ImageSource interface { |
| 13 | // Descriptor get the v1.Descriptor of the image |
| 14 | Descriptor() *v1.Descriptor |
| 15 | // Config get the config for the image |
| 16 | Config() (imagespec.ImageConfig, error) |
| 17 | // TarReader get the flattened filesystem of the image as a tar stream |
no outgoing calls
no test coverage detected