Skip to content

Commit b410f77

Browse files
author
Vincent C
committed
replaced tokenaccessreview with tokenreview
1 parent ddd6d66 commit b410f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apiserver/pkg/server/options/authentication.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func (s *DelegatingAuthenticationOptions) AddFlags(fs *pflag.FlagSet) {
213213
}
214214
fs.StringVar(&s.RemoteKubeConfigFile, "authentication-kubeconfig", s.RemoteKubeConfigFile, ""+
215215
"kubeconfig file pointing at the 'core' kubernetes server with enough rights to create "+
216-
"tokenaccessreviews.authentication.k8s.io."+optionalKubeConfigSentence)
216+
"tokenreviews.authentication.k8s.io."+optionalKubeConfigSentence)
217217

218218
fs.DurationVar(&s.CacheTTL, "authentication-token-webhook-cache-ttl", s.CacheTTL,
219219
"The duration to cache responses from the webhook token authenticator.")

0 commit comments

Comments
 (0)