kubelet: Minor refactors.
Remove some TODOs. Unexport DockerManager.Puller and DockerManager.PodInfraContainerImage. Add "docker" for all "go-dockerclient" imports.
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/GoogleCloudPlatform/kubernetes/pkg/kubelet/dockertools"
|
||||
"github.com/fsouza/go-dockerclient"
|
||||
docker "github.com/fsouza/go-dockerclient"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
Reference in New Issue
Block a user