From a968f52611a36925c3736652a6e9d786903ce090 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. --- .../examples/out-of-cluster-client-configuration/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go b/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go index 852d280c2d8..9718582c9d1 100644 --- a/staging/src/k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go +++ b/staging/src/k8s.io/client-go/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"