Searched defs:manifestList (Results 1 – 8 of 8) sorted by relevance
40 type manifestList struct { struct41 Manifests []specs.Descriptor `json:"manifests"`
413 sub manifestList subroutine
148 func manifestToFilename(root, manifestList, manifest string) string { argument