mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. removes k8s.io/kubernetes/pkg/api dependency from the webhook plugin. **What this PR does / why we need it**: removes `k8s.io/kubernetes/pkg/api` dependency from `webhook` plugin. The runtime.scheme can be injected to the webhook from the plugin initializer. **Release note**: ``` NONE ``` |
||
|---|---|---|
| .. | ||
| admission.go | ||
| admission_test.go | ||
| admissionreview.go | ||
| BUILD | ||
| certs_test.go | ||
| doc.go | ||
| gencerts.sh | ||
| rules.go | ||
| rules_test.go | ||
| serviceresolver.go | ||
| serviceresolver_test.go | ||