Package org.apache.storm.container.oci
Interface OciImageTagToManifestPluginInterface
-
- All Known Implementing Classes:
LocalOrHdfsImageTagToManifestPlugin
public interface OciImageTagToManifestPluginInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHashFromImageTag(String imageTag)
ImageManifest
getManifestFromImageTag(String imageTag)
void
init(Map<String,Object> conf)
-
-
-
Method Detail
-
init
void init(Map<String,Object> conf) throws IOException
- Throws:
IOException
-
getManifestFromImageTag
ImageManifest getManifestFromImageTag(String imageTag) throws IOException
- Throws:
IOException
-
-