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>.. Modify `apimachinery` imports using `staging` **What this PR does / why we need it**: Currently some of the imports of `apimachinery` use `k8s.io/kubernetes/staging/src/k8s.io/apimachinery...`. Replace these with `k8s.io/apimachinery`, as is in use throughout the rest of the code base. Signed-off-by: mattjmcnaughton <mattjmcnaughton@gmail.com> **Release note**: ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| util | ||
| BUILD | ||
| daemon_controller.go | ||
| daemon_controller_test.go | ||
| doc.go | ||
| OWNERS | ||
| update.go | ||
| update_test.go | ||