Skip to content

Commit

Permalink
Merge pull request #27 from cybozu-go/import-auth-plugins
Browse files Browse the repository at this point in the history
Import auth plugin in kubectl-accurate
  • Loading branch information
masa213f authored Oct 22, 2021
2 parents 1d2566a + cf03ad0 commit cd32c4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/kubectl-accurate/sub/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ package sub
import (
"os"

// Import all Kubernetes client auth plugins (e.g. Azure, GCP, OIDC, etc.)
_ "k8s.io/client-go/plugin/pkg/client/auth"

"github.com/cybozu-go/accurate"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down

0 comments on commit cd32c4f

Please sign in to comment.