Commit 8cd8a8f0 authored by Victor Marmol's avatar Victor Marmol

Merge pull request #6310 from dchen1107/clean

Small cleanup on api/types.go
parents 312bc71c 96b0f0a1
...@@ -610,8 +610,8 @@ type ContainerStatus struct { ...@@ -610,8 +610,8 @@ type ContainerStatus struct {
RestartCount int `json:"restartCount"` RestartCount int `json:"restartCount"`
// TODO(dchen1107): Need to decide how to represent this in v1beta3 // TODO(dchen1107): Need to decide how to represent this in v1beta3
Image string `json:"image"` Image string `json:"image"`
ImageID string `json:"imageID" description:"ID of the container's image"` ImageID string `json:"imageID"`
ContainerID string `json:"containerID,omitempty" description:"container's ID in the format 'docker://<container_id>'"` ContainerID string `json:"containerID,omitempty"`
} }
// PodPhase is a label for the condition of a pod at the current time. // PodPhase is a label for the condition of a pod at the current time.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment