mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
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:
commit
cd55e1b259
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user