We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e13e5 commit 38b52f3Copy full SHA for 38b52f3
main.go
@@ -19,6 +19,7 @@ import (
19
"go.uber.org/fx/fxevent"
20
"go.uber.org/zap"
21
"k8s.io/client-go/kubernetes"
22
+ _ "k8s.io/client-go/plugin/pkg/client/auth/azure"
23
_ "k8s.io/client-go/plugin/pkg/client/auth/exec"
24
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
25
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
0 commit comments