Class ImageManifest

    • Constructor Detail

      • 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 Detail

      • 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()