k3s/pkg
Daniel Martí 5505706891 Properly close tmp files in unversioned
If not, using `go test -count=n` would make them pile up and ultimately
get to the limit of open files:

	2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:39768: accept4: too many open files; retrying in 5ms
	2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:46606: accept4: too many open files; retrying in 5ms
	2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:46606: accept4: too many open files; retrying in 10ms
	2015/12/05 12:43:56 http: Accept error: accept tcp 127.0.0.1:46606: accept4: too many open files; retrying in 20ms

Steps to reproduce (no longer fails):

	godep go test -short -run '^$' -o test .
	./test -test.run '^TestDoRequestNewWayFile$' -test.count 100

Note that this might not fail if your `ulimit -n` is not low enough.
2016-01-06 12:55:42 +01:00
..
admission update StatusDetails to handle Groups 2015-12-17 09:14:12 -05:00
api Merge pull request #19220 from thockin/validation-field-caps 2016-01-02 12:39:09 -08:00
apis Updated conversions to be public 2015-12-29 10:40:38 -05:00
apiserver Merge pull request #19274 from krousey/apiserver_flake 2016-01-04 16:08:29 -08:00
auth
capabilities
client Properly close tmp files in unversioned 2016-01-06 12:55:42 +01:00
cloudprovider Remove unused EC2 metadata functions. 2016-01-04 16:10:23 -08:00
controller Merge pull request #19088 from smarterclayton/separate_service_account 2016-01-04 08:38:24 -08:00
conversion Use public conversion methods to avoid reflection 2015-12-29 10:38:42 -05:00
credentialprovider
fieldpath Change runtime.Object signature 2015-12-15 13:36:25 -05:00
fields move parse or die logic to selector.go 2015-12-17 19:59:46 +08:00
genericapiserver Moving API registration logic to generic api server 2015-12-30 14:22:14 -08:00
healthz
httplog httplog is not a CloseNotifier 2015-12-20 21:59:59 -05:00
hyperkube
kubectl Merge pull request #18101 from brendandburns/kubectl6 2015-12-29 12:43:42 -08:00
kubelet Merge pull request #19269 from yifan-gu/rkt_refactor 2016-01-05 22:28:02 -08:00
kubemark Mitigate node out of disk status oscillation by delaying it. 2016-01-04 12:23:38 -08:00
labels Merge pull request #18494 from brendandburns/perf3 2015-12-16 15:01:10 -08:00
master Moving API registration logic to generic api server 2015-12-30 14:22:14 -08:00
metrics Record pleg pod relist interval and latency 2016-01-04 10:56:38 -08:00
probe
proxy Merge pull request #18524 from thockin/kube-proxy-close 2015-12-17 01:33:12 -08:00
registry Close watch in generic etcd_test 2015-12-28 11:43:20 +01:00
runtime Use public conversion methods to avoid reflection 2015-12-29 10:38:42 -05:00
securitycontext
serviceaccount Split the serviceaccount package into two parts 2015-12-26 21:28:12 -05:00
storage Workaround races while closing etcd server. 2016-01-03 08:48:39 +01:00
types
ui
util Small cleanup to wait_test.go 2016-01-04 17:11:43 +01:00
version Add version-guarding around calls to SubResource proxy in e2es 2015-12-16 11:18:47 -08:00
volume Add support for flex volume. Flex volume adds support for thirdparty(vendor) 2015-12-23 14:11:38 -08:00
watch Change runtime.Object signature 2015-12-15 13:36:25 -05:00