Run goimports

This commit is contained in:
Lucas Käldström
2016-08-02 15:12:39 +03:00
parent ca7ad6896b
commit c88a07ce1a
30 changed files with 61 additions and 30 deletions

View File

@@ -19,12 +19,13 @@ package componentstatus
import (
"fmt"
"sync"
"k8s.io/kubernetes/pkg/api"
"k8s.io/kubernetes/pkg/apiserver"
"k8s.io/kubernetes/pkg/probe"
httpprober "k8s.io/kubernetes/pkg/probe/http"
"k8s.io/kubernetes/pkg/runtime"
"sync"
)
type REST struct {