Merge pull request #39714 from feiskyer/fix

Automatic merge from submit-queue (batch tested with PRs 39714, 39646)

dockertools: fix build on OSX

#39005 introduces a build problem on OSX. This PR fixes it.

Refer [here](https://github.com/kubernetes/kubernetes/pull/39005#issuecomment-271781026).
This commit is contained in:
Kubernetes Submit Queue 2017-01-11 08:00:47 -08:00 committed by GitHub
commit cd55e1b259

View File

@ -22,6 +22,7 @@ import (
"k8s.io/kubernetes/pkg/api/v1"
dockertypes "github.com/docker/engine-api/types"
dockercontainer "github.com/docker/engine-api/types/container"
)
// These two functions are OS specific (for now at least)