Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c86413d

Browse files
authored
Merge pull request #77 from JoshVanL/76-register-client-plugins
Register all known client auth plugins
2 parents ba07702 + 388de5f commit c86413d

File tree

131 files changed

+19191
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+19191
-0
lines changed

cmd/plugin.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Copyright Jetstack Ltd. See LICENSE for details.
2+
package cmd
3+
4+
import (
5+
// This package is required to be imported to register all client
6+
// plugins.
7+
_ "k8s.io/client-go/plugin/pkg/client/auth"
8+
)

vendor/cloud.google.com/go/AUTHORS

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)