Skip to content

Commit

Permalink
import client-go OIDC support
Browse files Browse the repository at this point in the history
  • Loading branch information
xrstf committed Apr 26, 2023
1 parent f3a24c0 commit a7d1ea6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
"k8s.io/client-go/dynamic"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
"k8s.io/client-go/tools/clientcmd"
watchtools "k8s.io/client-go/tools/watch"
)
Expand Down

0 comments on commit a7d1ea6

Please sign in to comment.