Skip to content

Commit

Permalink
Merge pull request #135 from subhamkrai/add-auth-pkg
Browse files Browse the repository at this point in the history
add-auth: add auth plugin package
  • Loading branch information
subhamkrai authored Jun 27, 2023
2 parents 5c5c071 + a7f76e9 commit c0f9f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ import (

v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
k8s "k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/tools/clientcmd"
)

Expand Down

0 comments on commit c0f9f1d

Please sign in to comment.