fix a syntax error

This commit is contained in:
knight 2019-02-05 22:56:19 +08:00 committed by GitHub
parent a095f16dc8
commit 9ae954a409
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
}
```