Uses of Class
org.apache.storm.container.oci.ImageManifest
-
Packages that use ImageManifest Package Description org.apache.storm.container.oci -
-
Uses of ImageManifest in org.apache.storm.container.oci
Methods in org.apache.storm.container.oci that return ImageManifest Modifier and Type Method Description ImageManifest
LocalOrHdfsImageTagToManifestPlugin. getManifestFromImageTag(String imageTag)
ImageManifest
OciImageTagToManifestPluginInterface. getManifestFromImageTag(String imageTag)
Methods in org.apache.storm.container.oci with parameters of type ImageManifest Modifier and Type Method 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.
-