Remove todos about addin usage to Pods.

Usage in Pods would be quite noisy when watching pods.
People should get usage from heapster, or from
some other object TBD.
This commit is contained in:
Eric Tune
2014-11-11 11:27:04 -08:00
parent 8c358f0cae
commit b195d982cd
4 changed files with 0 additions and 8 deletions

View File

@@ -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.