mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-06 15:40:42 -05:00
Automatic merge from submit-queue (batch tested with PRs 49420, 49296, 49299, 49371, 46514) Refactoring taint functions to reduce sprawl **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #45060 **Special notes for your reviewer**: @gmarek @timothysc @k82cn @jayunit100 - I moved some fn's to helpers and some to utils. LMK, if you are ok with this change. **Release note**: ```release-note NONE ``` |
||
|---|---|---|
| .. | ||
| testutil | ||
| BUILD | ||
| cidr_allocator.go | ||
| cidr_allocator_test.go | ||
| cidr_set.go | ||
| cidr_set_test.go | ||
| cloud_cidr_allocator.go | ||
| controller_utils.go | ||
| doc.go | ||
| metrics.go | ||
| nodecontroller.go | ||
| nodecontroller_test.go | ||
| OWNERS | ||
| range_allocator.go | ||
| rate_limited_queue.go | ||
| rate_limited_queue_test.go | ||
| taint_controller.go | ||
| taint_controller_test.go | ||
| timed_workers.go | ||
| timed_workers_test.go | ||