mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #75321 from ymlong/fix-2019031302
Correcting some spelling errors
This commit is contained in:
commit
6dc73a88d5
@ -122,7 +122,7 @@ type TokenRequest struct {
|
|||||||
// TokenRequestSpec contains client provided parameters of a token request.
|
// TokenRequestSpec contains client provided parameters of a token request.
|
||||||
type TokenRequestSpec struct {
|
type TokenRequestSpec struct {
|
||||||
// Audiences are the intendend audiences of the token. A recipient of a
|
// Audiences are the intendend audiences of the token. A recipient of a
|
||||||
// token must identitfy themself with an identifier in the list of
|
// token must identify themself with an identifier in the list of
|
||||||
// audiences of the token, and otherwise should reject the token. A
|
// audiences of the token, and otherwise should reject the token. A
|
||||||
// token issued for multiple audiences may be used to authenticate
|
// token issued for multiple audiences may be used to authenticate
|
||||||
// against any of the audiences listed but implies a high degree of
|
// against any of the audiences listed but implies a high degree of
|
||||||
|
Loading…
Reference in New Issue
Block a user