kubernetes/pkg/client/unversioned/testclient
Daniel Martí 91fbff99dc Properly close test http servers in unversioned
If not, using `go test -count=n` would make them pile up and ultimately
get to the limit of open files:

	client_test.go:522: expected an error, got Get http://127.0.0.1:46070/api: dial tcp 127.0.0.1:46070: socket: too many open files

Steps to reproduce (no longer fails):

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

Note that this might not fail if your `ulimit -n` is not low enough.
2016-01-08 00:10:54 +01:00
..
simple Properly close test http servers in unversioned 2016-01-08 00:10:54 +01:00
actions.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_componentstatuses.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_configmaps.go ConfigMap resource and its REST implementation 2015-12-16 11:19:26 -05:00
fake_daemon_sets.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_deployments.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_endpoints.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_events.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_horizontal_pod_autoscalers.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_ingress.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_jobs.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_limit_ranges.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_namespaces.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_nodes.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_persistent_volume_claims.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_persistent_volumes.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_pod_templates.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_pods.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_replication_controllers.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_resource_quotas.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_scales.go experimental. -> extensions. 2015-10-09 15:49:10 -07:00
fake_secrets.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_service_accounts.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_services.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fake_test.go Get the unversioned client to build 2015-08-18 10:03:19 -07:00
fake_thirdpartyresources.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
fixture.go find partial resource matches 2015-12-21 09:26:06 -05:00
testclient_test.go update StatusDetails to handle Groups 2015-12-17 09:14:12 -05:00
testclient.go Refactor the API registration and installation 2015-12-23 22:44:25 -08:00