Merge pull request #3209 from knightXun/patch-5

fix a syntax error
This commit is contained in:
Kubernetes Prow Robot 2019-02-05 13:04:41 -08:00 committed by GitHub
commit 89dc912ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ field which the service account authenticator will validate.
type TokenReviewSpec struct {
// Token is the opaque bearer token.
Token string
// Audiences is the identifier that the client identifies as.
// Audiences are the identifiers that the client identifies as.
Audiences []string
}
```