public class ImageManifest
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.apache.storm.container.oci.ImageManifest.Blob
ArrayList<org.apache.storm.container.oci.ImageManifest.Blob>
int
-
Constructor Details
-
ImageManifest
public ImageManifest()
-
ImageManifest
public 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
-
getSchemaVersion
public int getSchemaVersion()
-
-
getConfig
public org.apache.storm.container.oci.ImageManifest.Blob getConfig()
-
getLayers
public ArrayList<org.apache.storm.container.oci.ImageManifest.Blob> getLayers()
-
-