Commit d004939b authored by Dawn Chen's avatar Dawn Chen

Merge pull request #2362 from erictune/nousage

Remove todos about adding usage to Pods.
parents 9ee2535f b195d982
......@@ -393,8 +393,6 @@ type ContainerStatus struct {
PodIP string `json:"podIP,omitempty" yaml:"podIP,omitempty"`
// 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.
}
// PodInfo contains one entry for every container with available info.
......
......@@ -357,8 +357,6 @@ type ContainerStatus struct {
PodIP string `json:"podIP,omitempty" yaml:"podIP,omitempty"`
// TODO(dchen1107): Need to decide how to reprensent this in v1beta3
Image string `yaml:"image" json:"image"`
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
......
......@@ -322,8 +322,6 @@ type ContainerStatus struct {
PodIP string `json:"podIP,omitempty" yaml:"podIP,omitempty"`
// TODO(dchen1107): Need to decide how to reprensent this in v1beta3
Image string `yaml:"image" json:"image"`
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
......
......@@ -419,8 +419,6 @@ type ContainerStatus struct {
RestartCount int `json:"restartCount" yaml:"restartCount"`
// TODO(dchen1107): Introduce our own NetworkSettings struct here?
// TODO(dchen1107): Which image the container is running with?
// TODO(dchen1107): Once we have done with integration with cadvisor, resource
// usage should be included.
}
// PodInfo contains one entry for every container with available info.
......
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