k3s/pkg/volume/util
k8s-merge-robot 5760acf603 Merge pull request #29596 from matttproud/fix/time-leaks/remainder
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.
```
2016-07-29 14:06:47 -07:00
..
nestedpendingoperations Merge pull request #29596 from matttproud/fix/time-leaks/remainder 2016-07-29 14:06:47 -07:00
operationexecutor Fix collisions issues / timeouts for mounts 2016-07-27 17:53:50 -04:00
types Merge branch 'master' into fix-typos 2016-07-04 11:20:47 +08:00
volumehelper Fix collisions issues / timeouts for mounts 2016-07-27 17:53:50 -04:00
atomic_writer.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
atomic_writer_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_linux.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_linux_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
device_util_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
fs.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
fs_unsupported.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
io_util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00