Package | Description |
---|---|
org.apache.storm.container.oci |
Modifier and Type | Method and Description |
---|---|
ImageManifest |
LocalOrHdfsImageTagToManifestPlugin.getManifestFromImageTag(String imageTag) |
ImageManifest |
OciImageTagToManifestPluginInterface.getManifestFromImageTag(String imageTag) |
Modifier and Type | Method and Description |
---|---|
OciResource |
HdfsManifestToResourcesPlugin.getConfigResource(ImageManifest manifest) |
OciResource |
OciManifestToResourcesPluginInterface.getConfigResource(ImageManifest manifest)
Get the image config information from the manifest.
|
List<OciResource> |
HdfsManifestToResourcesPlugin.getLayerResources(ImageManifest manifest) |
List<OciResource> |
OciManifestToResourcesPluginInterface.getLayerResources(ImageManifest manifest)
Get the layers information from the manifest.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.