mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue Fix FakeNodeHandler Update behaviour Two problems: 1. Get is always using Existing nodes slice, and you will for sure miss any updated data 2. Each Update adds a duplicate node entry to UpdatedNodes slice For the 1st, we will try to find a node in UpdatedNodes slice (same as for the List). 2nd - append only if there is no node with same name as updated, if there is we will replace object in UpdatedNodes slice. |
||
---|---|---|
.. | ||
cidr_allocator.go | ||
cidr_allocator_test.go | ||
cidr_set.go | ||
cidr_set_test.go | ||
controller_utils.go | ||
doc.go | ||
metrics.go | ||
nodecontroller.go | ||
nodecontroller_test.go | ||
rate_limited_queue.go | ||
rate_limited_queue_test.go | ||
test_utils.go |