Class ImageManifest

java.lang.Object
org.apache.storm.container.oci.ImageManifest

public class ImageManifest extends Object
The image manifest. See OCI Image Manifest Specification.
  • 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()
    • getMediaType

      public String getMediaType()
    • getConfig

      public org.apache.storm.container.oci.ImageManifest.Blob getConfig()
    • getLayers

      public ArrayList<org.apache.storm.container.oci.ImageManifest.Blob> getLayers()
    • getAnnotations

      public Map<String,String> getAnnotations()
    • toString

      public String toString()
      Overrides:
      toString in class Object