move helpers.go to helper
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
|
||||
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
||||
"k8s.io/client-go/pkg/api"
|
||||
"k8s.io/client-go/pkg/api/helper"
|
||||
"k8s.io/client-go/pkg/api/v1"
|
||||
core "k8s.io/client-go/testing"
|
||||
bootstrapapi "k8s.io/kubernetes/pkg/bootstrap/api"
|
||||
@@ -59,7 +59,7 @@ func verifyActions(t *testing.T, expected, actual []core.Action) {
|
||||
}
|
||||
|
||||
e := expected[i]
|
||||
if !api.Semantic.DeepEqual(e, a) {
|
||||
if !helper.Semantic.DeepEqual(e, a) {
|
||||
t.Errorf("Expected\n\t%s\ngot\n\t%s", spew.Sdump(e), spew.Sdump(a))
|
||||
continue
|
||||
}
|
||||
|
Reference in New Issue
Block a user