Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reset priority of machines with no deletion taint to 3 * run hack/update-gofmt.sh * address review comments and refactor DeleteMachines method * address review comments part 2 * address review comments part 3 * remove time.Sleep from mcm_manager.go * added timeouts to mcmManager struct for testing * initial changes for testing framework * minor refactoring of mcm cloudprovider implementation * refactor fakingOptions in fake client * introduce unit tests for DeleteNodes method * vendor changes * resolve linting errors * remove race conditions * remove race conditions part-2 * address review comments part-1 * remove deadline for cache get/list calls * update for-go-proj.sh to run only mcm tests in cloudprovider * update doc string * address review comments * address review comments part-2 * move reset priority logic to refresh method * address review comments part-3 * address review comments part-4 * address review comments part-5 * return collective error for priority reset of machines
- Loading branch information