Added missing quote

Added missing quote cause uncommenting the line to to load all auth plugins resulted in a syntax error.
pull/564/head
Carlos Mendible 2019-02-02 13:52:48 +01:00 committed by GitHub
parent 0c2613c71a
commit a968f52611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"