Addressed comments.

This commit is contained in:
Dawn Chen
2014-10-06 11:54:51 -07:00
parent a86d496f9a
commit 4fdfeaa30e
4 changed files with 31 additions and 15 deletions

View File

@@ -329,7 +329,7 @@ type ContainerStatus struct {
// TODO(dchen1107): Deprecated this soon once we pull entire PodStatus from node,
// not just PodInfo. Now we need this to remove docker.Container from API
PodIP string `json:"podIP,omitempty" yaml:"podIP,omitempty"`
// TODO(dchen1107): Need to decide how to reprensent this in v1beta3
// TODO(dchen1107): Need to decide how to represent this in v1beta3
Image string `yaml:"image" json:"image"`
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.