We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edeb71 commit a49466aCopy full SHA for a49466a
kubeclient/pool.go
@@ -11,6 +11,7 @@ import (
11
"k8s.io/client-go/discovery"
12
"k8s.io/client-go/dynamic"
13
"k8s.io/client-go/rest"
14
+ _ "k8s.io/client-go/plugin/pkg/client/auth"
15
)
16
17
var errUnknownContext = errors.New("unknown context")
0 commit comments