@InterfaceStability.Unstable
public interface RuncManifestToResourcesPlugin
extends org.apache.hadoop.service.Service
RuncContainerRuntime
 that maps OCI Image Manifests into associated config and layers.| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hadoop.yarn.api.records.LocalResource | getConfigResource(ImageManifest manifest) | 
| List<org.apache.hadoop.yarn.api.records.LocalResource> | getLayerResources(ImageManifest manifest) | 
List<org.apache.hadoop.yarn.api.records.LocalResource> getLayerResources(ImageManifest manifest) throws IOException
IOExceptionorg.apache.hadoop.yarn.api.records.LocalResource getConfigResource(ImageManifest manifest) throws IOException
IOExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.