mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 22:20:51 +00:00
kubelet: Minor refactors.
Remove some TODOs. Unexport DockerManager.Puller and DockerManager.PodInfraContainerImage. Add "docker" for all "go-dockerclient" imports.
This commit is contained in:
@@ -32,8 +32,6 @@ type RuntimeCache interface {
|
||||
ForceUpdateIfOlder(time.Time) error
|
||||
}
|
||||
|
||||
// TODO(yifan): This interface can be removed once docker manager has implemented
|
||||
// all the runtime interfaces, (thus we can pass the runtime directly).
|
||||
type podsGetter interface {
|
||||
GetPods(bool) ([]*Pod, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user