Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #372 from surajssd/fix-e2e-compilation
Browse files Browse the repository at this point in the history
fix(e2e tests): make test compile
  • Loading branch information
kadel authored Oct 23, 2017
2 parents b4cc937 + 7400797 commit 72f1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (
"github.com/pkg/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/pkg/api/v1"
"k8s.io/client-go/tools/clientcmd"
v1 "k8s.io/kubernetes/pkg/api/v1"
)

/*
Expand Down

0 comments on commit 72f1ec6

Please sign in to comment.