fix typo in comment
This commit is contained in:
parent
b5aa3c123f
commit
37e75a95c7
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue