chore(apiserver): nit fix

Kubernetes-commit: c5e51dc2e44818aacaad9b99b14fae088c5f0ad1
This commit is contained in:
包梦江 2018-11-03 02:32:04 +08:00 committed by Kubernetes Publisher
parent 419e8112fc
commit 368bcce487
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ type Options struct {
UsernamePrefix string
// GroupsClaim, if specified, causes the OIDCAuthenticator to try to populate the user's
// groups with an ID Token field. If the GrouppClaim field is present in an ID Token the value
// groups with an ID Token field. If the GroupsClaim field is present in an ID Token the value
// must be a string or list of strings.
GroupsClaim string