Merge pull request #70593 from bbbmj/typo

chore(apiserver): nit fix
pull/58/head
k8s-ci-robot 2018-11-02 21:28:50 -07:00 committed by GitHub
commit 2bbfd500a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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