Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.81 KB

ManifestAddOptions.md

File metadata and controls

30 lines (20 loc) · 1.81 KB

ManifestAddOptions

ManifestAddOptions provides model for adding digests to manifest list

Properties

Name Type Description Notes
all Boolean True when operating on a list to include all images [optional]
annotation List<String> Annotation to add to the item in the manifest list [optional]
annotations Map<String, String> Annotations to add to the item in the manifest list by a map which is preferred over Annotation [optional]
arch String Arch overrides the architecture for the item in the manifest list [optional]
features List<String> Feature list for the item in the manifest list [optional]
images List<String> Images is an optional list of image references to add to manifest list [optional]
indexAnnotation List<String> IndexAnnotation is a slice of key=value annotations to add to the manifest list itself [optional]
indexAnnotations Map<String, String> IndexAnnotations is a map of key:value annotations to add to the manifest list itself, by a map which is preferred over IndexAnnotation [optional]
os String OS overrides the operating system for the item in the manifest list [optional]
osFeatures List<String> OS features for the item in the manifest list [optional]
osVersion String OSVersion overrides the operating system for the item in the manifest list [optional]
subject String IndexSubject is a subject value to set in the manifest list itself [optional]
variant String Variant for the item in the manifest list [optional]

Implemented Interfaces

  • Serializable