mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 22:20:18 +00:00
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:
@@ -393,8 +393,6 @@ type ContainerStatus struct {
|
|||||||
PodIP string `json:"podIP,omitempty" yaml:"podIP,omitempty"`
|
PodIP string `json:"podIP,omitempty" yaml:"podIP,omitempty"`
|
||||||
// TODO(dchen1107): Need to decide how to represent this in v1beta3
|
// TODO(dchen1107): Need to decide how to represent this in v1beta3
|
||||||
Image string `yaml:"image" json:"image"`
|
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.
|
// 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"`
|
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 reprensent this in v1beta3
|
||||||
Image string `yaml:"image" json:"image"`
|
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.
|
// 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"`
|
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 reprensent this in v1beta3
|
||||||
Image string `yaml:"image" json:"image"`
|
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.
|
// PodInfo contains one entry for every container with available info.
|
||||||
|
@@ -419,8 +419,6 @@ type ContainerStatus struct {
|
|||||||
RestartCount int `json:"restartCount" yaml:"restartCount"`
|
RestartCount int `json:"restartCount" yaml:"restartCount"`
|
||||||
// TODO(dchen1107): Introduce our own NetworkSettings struct here?
|
// TODO(dchen1107): Introduce our own NetworkSettings struct here?
|
||||||
// TODO(dchen1107): Which image the container is running with?
|
// 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.
|
// PodInfo contains one entry for every container with available info.
|
||||||
|
Reference in New Issue
Block a user