Commit 015c0656 authored by CJ Cullen's avatar CJ Cullen

Merge pull request #7568 from yujuhong/rm_getcontainers

Remove GetContainers from Runtime interface
parents 11be6811 176fc9b9
......@@ -55,10 +55,6 @@ type Runtime interface {
// GetPodStatus retrieves the status of the pod, including the information of
// all containers in the pod.
GetPodStatus(*api.Pod) (api.PodStatus, error)
// GetContainers returns all containers on the node, including those are
// not managed by kubelet. If 'all' is false, then only running containers
// are returned.
GetContainers(all bool) ([]*Container, error)
// TODO(vmarmol): Merge RunInContainer and ExecInContainer.
// Runs the command in the container of the specified pod using nsinit.
// TODO(yifan): Use strong type for containerID.
......
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