Merge pull request #21182 from vishh/repoTagsRename

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2016-02-19 08:56:09 -08:00
14 changed files with 104 additions and 104 deletions

View File

@@ -15609,17 +15609,17 @@
"id": "v1.ContainerImage",
"description": "Describe a container image",
"required": [
"repoTags"
"names"
],
"properties": {
"repoTags": {
"names": {
"type": "array",
"items": {
"type": "string"
},
"description": "Names by which this image is known. e.g. [\"gcr.io/google_containers/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"]"
},
"size": {
"sizeBytes": {
"type": "integer",
"format": "int64",
"description": "The size of the image in bytes."