kubernetes/pkg/kubelet/eviction
Kubernetes Submit Queue d42df4561a
Merge pull request #61976 from atlassian/ticker-with-stop
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Stop() for Ticker to enable leak-free code

**What this PR does / why we need it**:
I wanted to use the clock package but the `Ticker` without a `Stop()` method is a deal breaker for me.

**Release note**:
```release-note
NONE
```
/kind enhancement
/sig api-machinery
2018-05-09 19:06:56 -07:00
..
api cleanup eviction events 2018-05-04 11:02:25 -07:00
BUILD Merge pull request #58580 from k82cn/k8s_58505 2018-05-08 21:45:10 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
eviction_manager_test.go collect metrics on the /kubepods cgroup on-demand 2018-02-17 12:32:40 -08:00
eviction_manager.go Merge pull request #61976 from atlassian/ticker-with-stop 2018-05-09 19:06:56 -07:00
helpers_test.go cleanup eviction events 2018-05-04 11:02:25 -07:00
helpers.go cleanup eviction events 2018-05-04 11:02:25 -07:00
OWNERS Update OWNERS approvers and reviewers: pkg/kubelet 2017-01-18 10:27:11 -08:00
threshold_notifier_linux.go refresh eviction interval periodically 2018-03-06 15:14:05 -08:00
threshold_notifier_unsupported.go Fix threshold notifier build tags 2017-08-18 15:54:31 -07:00
types.go refresh eviction interval periodically 2018-03-06 15:14:05 -08:00