public interface OciManifestToResourcesPluginInterface
Modifier and Type | Method and Description |
---|---|
OciResource |
getConfigResource(ImageManifest manifest)
Get the image config information from the manifest.
|
List<OciResource> |
getLayerResources(ImageManifest manifest)
Get the layers information from the manifest.
|
void |
init(Map<String,Object> conf)
Initialization.
|
void init(Map<String,Object> conf) throws IOException
Initialization.
conf
- the storm confIOException
- on I/O exceptionList<OciResource> getLayerResources(ImageManifest manifest) throws IOException
Get the layers information from the manifest. The layers should be returned in the order in which they appear in the manifest
manifest
- the manifest of a imageIOException
- on I/O exceptionOciResource getConfigResource(ImageManifest manifest) throws IOException
Get the image config information from the manifest.
manifest
- the manifest of a imageIOException
- on I/O exceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.