From 26439bcc003a4e4ee37c3b40f5918f6c00bf85bc Mon Sep 17 00:00:00 2001 From: Carlos Mendible Date: Sat, 2 Feb 2019 13:52:48 +0100 Subject: [PATCH] Added missing quote Added missing quote cause uncommenting the line to to load all auth plugins resulted in a syntax error. Kubernetes-commit: a968f52611a36925c3736652a6e9d786903ce090 --- examples/out-of-cluster-client-configuration/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/out-of-cluster-client-configuration/main.go b/examples/out-of-cluster-client-configuration/main.go index 852d280c..9718582c 100644 --- a/examples/out-of-cluster-client-configuration/main.go +++ b/examples/out-of-cluster-client-configuration/main.go @@ -30,7 +30,7 @@ import ( "k8s.io/client-go/tools/clientcmd" // // Uncomment to load all auth plugins - // _ "k8s.io/client-go/plugin/pkg/client/auth + // _ "k8s.io/client-go/plugin/pkg/client/auth" // // Or uncomment to load specific auth plugins // _ "k8s.io/client-go/plugin/pkg/client/auth/azure"