mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 22:49:31 +00:00
removes k8s.io/kubernetes/pkg/api dependency from the webhook plugin.
This commit is contained in:
@@ -484,6 +484,7 @@ func BuildGenericConfig(s *options.ServerRunOptions, proxyTransport *http.Transp
|
||||
certBytes,
|
||||
keyBytes,
|
||||
kubeClientConfig,
|
||||
api.Scheme,
|
||||
pluginInitializer)
|
||||
if err != nil {
|
||||
return nil, nil, nil, nil, nil, fmt.Errorf("failed to initialize admission: %v", err)
|
||||
|
Reference in New Issue
Block a user