• k8s-merge-robot's avatar
    Merge pull request #29596 from matttproud/fix/time-leaks/remainder · 5760acf6
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    pkg/various: plug leaky time.New{Timer,Ticker}s
    
    According to the documentation for Go package time, `time.Ticker` and
    `time.Timer` are uncollectable by garbage collector finalizers.  They
    leak until otherwise stopped.  This commit ensures that all remaining
    instances are stopped upon departure from their relative scopes.
    
    Similar efforts were incrementally done in #29439 and #29114.
    
    ```release-note
    * pkg/various: plugged various time.Ticker and time.Timer leaks.
    ```
    5760acf6
Name
Last commit
Last update
..
nestedpendingoperations Loading commit data...
operationexecutor Loading commit data...
types Loading commit data...
volumehelper Loading commit data...
atomic_writer.go Loading commit data...
atomic_writer_test.go Loading commit data...
device_util.go Loading commit data...
device_util_linux.go Loading commit data...
device_util_linux_test.go Loading commit data...
device_util_unsupported.go Loading commit data...
doc.go Loading commit data...
fs.go Loading commit data...
fs_unsupported.go Loading commit data...
io_util.go Loading commit data...
util.go Loading commit data...