Files
virtual-kubelet/vkubelet
Brian Goff 3ab101da00 Use timer instead of ticker (#477)
Tickers always tick, so if we tick every 5 seconds and the work that we
perform at each tick takes 5 seconds, we end up just looping with no
sleep period.

Instead this is using a timer to ensure we actually get a full 5 second
sleep between loops.

We should consider an async API instead of polling the provider like
this.
2018-12-21 15:48:47 -08:00
..
2018-09-18 11:08:24 -07:00
2018-12-21 11:45:07 -08:00
2018-12-15 11:01:40 +00:00
2018-12-21 15:48:47 -08:00