Added missing quote

Added missing quote cause uncommenting the line to to load all auth plugins resulted in a syntax error.

Kubernetes-commit: a968f52611a36925c3736652a6e9d786903ce090
This commit is contained in:
Carlos Mendible 2019-02-02 13:52:48 +01:00 committed by Kubernetes Publisher
parent 7b99873e55
commit 26439bcc00

View File

@ -30,7 +30,7 @@ import (
"k8s.io/client-go/tools/clientcmd" "k8s.io/client-go/tools/clientcmd"
// //
// Uncomment to load all auth plugins // 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 // Or uncomment to load specific auth plugins
// _ "k8s.io/client-go/plugin/pkg/client/auth/azure" // _ "k8s.io/client-go/plugin/pkg/client/auth/azure"