Skip to content

Commit

Permalink
Enable managed k8s authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jul 29, 2018
1 parent 584de2b commit 1bb0d17
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 5 deletions.
74 changes: 69 additions & 5 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package: github.com/dtan4/k8stail
import:
- package: github.com/json-iterator/go
version: ^1.1.4
- package: github.com/fatih/color
version: ^1.1.0
- package: github.com/spf13/pflag
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
flag "github.com/spf13/pflag"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth"
"k8s.io/client-go/tools/clientcmd"
)

Expand Down

0 comments on commit 1bb0d17

Please sign in to comment.