We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81af5ba + dc0e51d commit 384e45fCopy full SHA for 384e45f
pkg/kubeapiserver/options/authorization.go
@@ -118,6 +118,7 @@ func (s *BuiltInAuthorizationOptions) ToAuthorizationConfig(versionedInformerFac
118
AuthorizationModes: s.Modes,
119
PolicyFile: s.PolicyFile,
120
WebhookConfigFile: s.WebhookConfigFile,
121
+ WebhookVersion: s.WebhookVersion,
122
WebhookCacheAuthorizedTTL: s.WebhookCacheAuthorizedTTL,
123
WebhookCacheUnauthorizedTTL: s.WebhookCacheUnauthorizedTTL,
124
VersionedInformerFactory: versionedInformerFactory,
0 commit comments