Package | Description |
---|---|
io.fabric8.maven.docker.model | |
io.fabric8.maven.docker.util |
Modifier and Type | Class and Description |
---|---|
class |
ImageArchiveManifestEntryAdapter
Adapter to convert from JSON representation to model.
|
Modifier and Type | Method and Description |
---|---|
List<ImageArchiveManifestEntry> |
ImageArchiveManifestAdapter.getEntries() |
List<ImageArchiveManifestEntry> |
ImageArchiveManifest.getEntries() |
Modifier and Type | Method and Description |
---|---|
static ImageArchiveManifestEntry |
ImageArchiveUtil.findEntryByRepoTag(String repoTag,
ImageArchiveManifest manifest)
Search the manifest for an entry that has the repository and tag provided.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntriesByRepoTagPattern(Pattern repoTagPattern,
ImageArchiveManifest manifest)
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static Map<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntriesByRepoTagPattern(String repoTagPattern,
ImageArchiveManifest manifest)
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static org.apache.commons.lang3.tuple.Pair<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntryByRepoTagPattern(Pattern repoTagPattern,
ImageArchiveManifest manifest)
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static org.apache.commons.lang3.tuple.Pair<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.findEntryByRepoTagPattern(String repoTagPattern,
ImageArchiveManifest manifest)
Search the manifest for an entry that has a repository and tag matching the provided pattern.
|
static Map<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.mapEntriesById(Iterable<ImageArchiveManifestEntry> entries)
Build a map of entries by id from an iterable of entries.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,ImageArchiveManifestEntry> |
ImageArchiveUtil.mapEntriesById(Iterable<ImageArchiveManifestEntry> entries)
Build a map of entries by id from an iterable of entries.
|
Copyright © 2020. All rights reserved.