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

@@ -1719,9 +1719,9 @@ type NodeStatus struct {
// Describe a container image
type ContainerImage struct {
// Names by which this image is known.
RepoTags []string `json:"repoTags"`
Names []string `json:"names"`
// The size of the image in bytes.
Size int64 `json:"size,omitempty"`
SizeBytes int64 `json:"sizeBytes,omitempty"`
}
type NodePhase string