mirror of https://github.com/kubernetes/kops.git
make goimports
This commit is contained in:
parent
366982fe08
commit
61dee50ac7
|
@ -20,15 +20,16 @@ import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"k8s.io/kops/pkg/apis/kops"
|
|
||||||
"k8s.io/kops/pkg/featureflag"
|
|
||||||
"k8s.io/kops/upup/pkg/fi"
|
|
||||||
"k8s.io/kubernetes/pkg/controller/nodeipam/ipam"
|
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"reflect"
|
"reflect"
|
||||||
"strings"
|
"strings"
|
||||||
"testing"
|
"testing"
|
||||||
"text/template"
|
"text/template"
|
||||||
|
|
||||||
|
"k8s.io/kops/pkg/apis/kops"
|
||||||
|
"k8s.io/kops/pkg/featureflag"
|
||||||
|
"k8s.io/kops/upup/pkg/fi"
|
||||||
|
"k8s.io/kubernetes/pkg/controller/nodeipam/ipam"
|
||||||
)
|
)
|
||||||
|
|
||||||
func Test_TemplateFunctions_CloudControllerConfigArgv(t *testing.T) {
|
func Test_TemplateFunctions_CloudControllerConfigArgv(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue