apiserver/pkg/server/storage
Clayton Coleman 78a40897c5 Unify runtime.SerializerInfo with negotiate.AcceptedMediaTypes
There was no reason to have two types and this avoids ~10% of allocations
on the GET code path.

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

BenchmarkGet-12          	  100000	    108850 ns/op	   15942 B/op	     132 allocs/op
```

Kubernetes-commit: 0489d0b1cf139253b82f73b072578073bc5616d6
2019-03-21 21:00:55 -04:00
..
doc.go update docs.go files under staging/src/k8s.io/apiserver/pkg/server 2019-02-03 20:43:13 +00:00
resource_config.go preserve behavior of ignoring invalid --runtime-config keys and api/all=false 2019-01-04 13:50:21 -05:00
resource_config_test.go preserve behavior of ignoring invalid --runtime-config keys and api/all=false 2019-01-04 13:50:21 -05:00
resource_encoding_config.go Simplify the resource_encoding_config.go, since we don't need per group override at all 2018-09-28 16:07:31 -07:00
storage_codec.go Expose storage version hash 2019-01-14 19:31:25 -08:00
storage_factory.go Expose storage version hash 2019-01-14 19:31:25 -08:00
storage_factory_test.go Unify runtime.SerializerInfo with negotiate.AcceptedMediaTypes 2019-03-21 21:00:55 -04:00