Fix build break on non-Linux OS introduced in 87aaf4c0

pull/6/head
Alexander D. Kanevskiy 2016-11-02 12:27:11 +02:00
parent 94a6538288
commit 6ad82e5a30
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ limitations under the License.
package cm
import (
"fmt"
"k8s.io/kubernetes/pkg/kubelet/dockertools"
)