From c5e51dc2e44818aacaad9b99b14fae088c5f0ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=85=E6=A2=A6=E6=B1=9F?= Date: Sat, 3 Nov 2018 02:32:04 +0800 Subject: [PATCH] chore(apiserver): nit fix --- .../apiserver/plugin/pkg/authenticator/token/oidc/oidc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go index 12a46a57d89..f53fc2ddd4c 100644 --- a/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go +++ b/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc.go @@ -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