mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-17 15:05:10 +00:00
Automatic merge from submit-queue use regular client instead of kubectl in scheduler predicate tests when checking/setting/cleanning taints/labels The existing implementation in scheduler predicate tests uses kubectl to check/set/clean taints/labels on node, which makes the test very related to kubectl. This PR is to use regular client instead.