Remove the propagated scheme from the Admission chain

This commit is contained in:
Mehdy Bohlool
2019-02-16 13:28:14 -08:00
parent d08bc3774d
commit cebb4ee2ac
27 changed files with 37 additions and 113 deletions

View File

@@ -490,7 +490,6 @@ func buildGenericConfig(
genericConfig,
versionedInformers,
kubeClientConfig,
legacyscheme.Scheme,
pluginInitializers...)
if err != nil {
lastErr = fmt.Errorf("failed to initialize admission: %v", err)