Skip to content

Commit

Permalink
Remove GetContainers in the Runtime interface
Browse files Browse the repository at this point in the history
  • Loading branch information
yujuhong committed Apr 30, 2015
1 parent 919d782 commit 3586c8c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/kubelet/container/runtime.go
Expand Up @@ -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.
Expand Down

0 comments on commit 3586c8c

Please sign in to comment.