fix typo in comment

This commit is contained in:
Clint Shryock 2018-11-28 10:06:23 -06:00
parent b5aa3c123f
commit 37e75a95c7
No known key found for this signature in database
GPG Key ID: B7C8F9C70EC5CD29
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ type kubernetesMethod struct {
// the pod, for use instead of the default service account token.
tokenPath string
// jwtData is a ReaderCloser used to inject a ReadCloser for mocking tests.
// jwtData is a ReadCloser used to inject a ReadCloser for mocking tests.
jwtData io.ReadCloser
}