Merge pull request #85441 from liggitt/authorizer-version-plumbing

Plumb authorization webhook version from CLI to config
This commit is contained in:
Kubernetes Prow Robot 2019-11-19 07:19:42 -08:00 committed by GitHub
commit 384e45febd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,7 @@ func (s *BuiltInAuthorizationOptions) ToAuthorizationConfig(versionedInformerFac
AuthorizationModes: s.Modes,
PolicyFile: s.PolicyFile,
WebhookConfigFile: s.WebhookConfigFile,
WebhookVersion: s.WebhookVersion,
WebhookCacheAuthorizedTTL: s.WebhookCacheAuthorizedTTL,
WebhookCacheUnauthorizedTTL: s.WebhookCacheUnauthorizedTTL,
VersionedInformerFactory: versionedInformerFactory,