k3s/pkg/kubelet/server/remotecommand
Matt T. Proud 5c6292c074 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.
2016-07-26 06:20:31 +02:00
..
attach.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
constants.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
exec.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00
httpstream.go pkg/various: plug leaky time.New{Timer,Ticker}s 2016-07-26 06:20:31 +02:00
websocket.go Support terminal resizing for exec/attach/run 2016-07-13 17:06:16 -04:00