Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit a7d1ea6

Browse files
committed
import client-go OIDC support
1 parent f3a24c0 commit a7d1ea6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.go

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"k8s.io/apimachinery/pkg/watch"
1919
"k8s.io/client-go/dynamic"
2020
"k8s.io/client-go/kubernetes"
21+
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
2122
"k8s.io/client-go/tools/clientcmd"
2223
watchtools "k8s.io/client-go/tools/watch"
2324
)

0 commit comments

Comments
 (0)