Skip to content

Commit

Permalink
Merge pull request #259 from k8sgpt-ai/chore/oidc
Browse files Browse the repository at this point in the history
chore: added oidc
  • Loading branch information
AlexsJones committed Apr 13, 2023
2 parents fef5e17 + bffad41 commit 3517d76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package kubernetes
import (
"k8s.io/apimachinery/pkg/runtime/serializer"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/kubectl/pkg/scheme"
Expand Down

0 comments on commit 3517d76

Please sign in to comment.