Uses of Class
org.apache.storm.container.oci.ImageManifest
Packages that use ImageManifest
-
Uses of ImageManifest in org.apache.storm.container.oci
Methods in org.apache.storm.container.oci that return ImageManifestModifier and TypeMethodDescriptionLocalOrHdfsImageTagToManifestPlugin.getManifestFromImageTag
(String imageTag) OciImageTagToManifestPluginInterface.getManifestFromImageTag
(String imageTag) Methods in org.apache.storm.container.oci with parameters of type ImageManifestModifier and TypeMethodDescriptionHdfsManifestToResourcesPlugin.getConfigResource
(ImageManifest manifest) OciManifestToResourcesPluginInterface.getConfigResource
(ImageManifest manifest) Get the image config information from the manifest.HdfsManifestToResourcesPlugin.getLayerResources
(ImageManifest manifest) OciManifestToResourcesPluginInterface.getLayerResources
(ImageManifest manifest) Get the layers information from the manifest.