Package io.fabric8.maven.docker.model
Interface ImageArchiveManifestEntry
-
- All Known Implementing Classes:
ImageArchiveManifestEntryAdapter
public interface ImageArchiveManifestEntryInterface representing an entry in an image archive manifest.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConfig()StringgetId()List<String>getLayers()List<String>getRepoTags()
-