Merge pull request #109421 from vpnachev/fix/typo-in-token-request-doc-string

Fix typo in TokenRequest doc string
This commit is contained in:
Kubernetes Prow Robot
2022-05-03 22:43:30 -07:00
committed by GitHub
6 changed files with 6 additions and 6 deletions

View File

@@ -7063,7 +7063,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{