Merge pull request #18248 from resouer/images-dev

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-01-11 23:53:43 -08:00
19 changed files with 16723 additions and 15594 deletions

View File

@@ -329,7 +329,7 @@ type Image struct {
// ID of the image.
ID string
// Other names by which this image is known.
Tags []string
RepoTags []string
// The size of the image in bytes.
Size int64
}