Package org.apache.storm.container.oci
Class LocalOrHdfsImageTagToManifestPlugin
java.lang.Object
org.apache.storm.container.oci.LocalOrHdfsImageTagToManifestPlugin
- All Implemented Interfaces:
- OciImageTagToManifestPluginInterface
public class LocalOrHdfsImageTagToManifestPlugin
extends Object
implements OciImageTagToManifestPluginInterface
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetHashFromImageTag(String imageTag) getManifestFromImageTag(String imageTag) void
- 
Constructor Details- 
LocalOrHdfsImageTagToManifestPluginpublic LocalOrHdfsImageTagToManifestPlugin()
 
- 
- 
Method Details- 
init- Specified by:
- initin interface- OciImageTagToManifestPluginInterface
- Throws:
- IOException
 
- 
getManifestFromImageTag- Specified by:
- getManifestFromImageTagin interface- OciImageTagToManifestPluginInterface
- Throws:
- IOException
 
- 
getHashFromImageTag- Specified by:
- getHashFromImageTagin interface- OciImageTagToManifestPluginInterface
 
 
-