k3s/pkg/kubelet/server
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
..
portforward Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
remotecommand pkg/various: plug leaky time.New{Timer,Ticker}s 2016-07-26 06:20:31 +02:00
stats Use Go canonical import paths 2016-07-16 13:48:21 -04:00
auth.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
server.go Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00
server_test.go Return (bool, error) in Authorizer.Authorize() 2016-07-18 12:06:54 +02:00