public class ImageManifest
extends Object 
- 
Constructor SummaryConstructors 
- 
Method Summary
  org.apache.storm.container.oci.ImageManifest.Blob
   ArrayList<org.apache.storm.container.oci.ImageManifest.Blob>
    int
     
 
 
 
- 
Constructor Details
- 
ImageManifestpublic ImageManifest() 
- 
ImageManifestpublic ImageManifest(int schemaVersion,
 String mediaType,
 org.apache.storm.container.oci.ImageManifest.Blob config,
 ArrayList<org.apache.storm.container.oci.ImageManifest.Blob> layers,
 Map<String,String> annotations) 
 
- 
Method Details
- 
getSchemaVersionpublic int getSchemaVersion() 
- 
- 
getConfigpublic org.apache.storm.container.oci.ImageManifest.Blob getConfig() 
- 
getLayerspublic ArrayList<org.apache.storm.container.oci.ImageManifest.Blob> getLayers() 
 
- 
-