apiserver/pkg/endpoints/metrics
Clayton Coleman 70165311bb Avoid 3 object creations when no dryRun parameter is provided
These allocations should only occur rarely.

```
BenchmarkGet-12          	  100000	    108013 ns/op	   17732 B/op	     149 allocs/op

BenchmarkGet-12          	  100000	    109045 ns/op	   17608 B/op	     146 allocs/op
```

Kubernetes-commit: 59b4f47b225029068bf015117ada1a06d54fbd59
2019-03-21 20:57:36 -04:00
..
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
metrics.go Avoid 3 object creations when no dryRun parameter is provided 2019-03-21 20:57:36 -04:00
metrics_test.go Use regexp instead of substring to do search and replace. 2017-04-17 20:35:48 +00:00