Skip to content

Commit 6d228e1

Browse files
authored
Merge pull request #2797 from ingwonsong/remove-auth-dep
Remove hidden dependency for client-go/plugin/pkg/client/auth
2 parents ba9e93e + 7a4c26c commit 6d228e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conformance/utils/kubernetes/certificate.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ import (
3333
"github.com/stretchr/testify/require"
3434
corev1 "k8s.io/api/core/v1"
3535
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
36-
37-
// ensure auth plugins are loaded
38-
_ "k8s.io/client-go/plugin/pkg/client/auth"
3936
)
4037

4138
const (

0 commit comments

Comments
 (0)