Skip to content

Commit

Permalink
feat: add support for common auth providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Stephan authored and neckhair committed May 7, 2024
1 parent aa4a573 commit 01f807c
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 @@ -11,6 +11,7 @@ import (
tea "github.com/charmbracelet/bubbletea"
"github.com/urfave/cli/v2"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/client-go/util/homedir"
)
Expand Down

0 comments on commit 01f807c

Please sign in to comment.