fix a syntax error
This commit is contained in:
parent
a095f16dc8
commit
9ae954a409
|
@ -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
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue