Fix typo in TokenRequest doc string

This commit is contained in:
Vladimir Nachev
2022-04-11 14:05:55 +03:00
parent 7380fc735a
commit 9b4927be15
6 changed files with 6 additions and 6 deletions

View File

@@ -7067,7 +7067,7 @@ func schema_k8sio_api_authentication_v1_TokenRequestSpec(ref common.ReferenceCal
Properties: map[string]spec.Schema{
"audiences": {
SchemaProps: spec.SchemaProps{
Description: "Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.",
Description: "Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{