public class ImageManifest extends Object
The image manifest. See OCI Image Manifest Specification.
Constructor and Description |
---|
ImageManifest() |
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) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAnnotations() |
org.apache.storm.container.oci.ImageManifest.Blob |
getConfig() |
ArrayList<org.apache.storm.container.oci.ImageManifest.Blob> |
getLayers() |
String |
getMediaType() |
int |
getSchemaVersion() |
String |
toString() |
Copyright © 2022 The Apache Software Foundation. All rights reserved.