mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-05 09:01:06 +00:00
providerless tag for client-go auth plugins
Signed-off-by: Davanum Srinivas <davanum@gmail.com> Kubernetes-commit: 1ac2d6f7fa45616ec968c39e66fbc526809edab7
This commit is contained in:
committed by
Kubernetes Publisher
parent
f6ce18ae57
commit
6c816ada5f
@@ -1,3 +1,5 @@
|
||||
// +build providerless
|
||||
|
||||
/*
|
||||
Copyright 2016 The Kubernetes Authors.
|
||||
|
||||
@@ -17,9 +19,6 @@ limitations under the License.
|
||||
package auth
|
||||
|
||||
import (
|
||||
// Initialize all known client auth plugins.
|
||||
_ "k8s.io/client-go/plugin/pkg/client/auth/azure"
|
||||
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
|
||||
// Initialize common client auth plugins.
|
||||
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
|
||||
_ "k8s.io/client-go/plugin/pkg/client/auth/openstack"
|
||||
)
|
||||
|
Reference in New Issue
Block a user