mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2026-01-13 02:25:33 +00:00
Automatic merge from submit-queue (batch tested with PRs 48405, 48742, 48748, 48571, 48482) Removed scheduler dependencies to testapi. **What this PR does / why we need it**: When refactor scheduler to use client-go, k8s.io/api, it's also need to remove the dependeny to testapi. prefer to only include import/BUILD changes for #44188, so created separated PR for other enhancement removal. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: partially fixes #44188 **Release note**: ```release-note-none ```