apiserver/pkg/endpoints
Clayton Coleman 7b21554cfc Make Service storage a wrapper around other storages
The registry abstraction is unnecessary and adds direct coupling to the
core types. By using a wrapper, we carry through the default
implementations of the non-mutating operations. The DeleteCollection
method is explicitly patched out since it cannot be correctly
implemented on the storage currently.

As a result, TableConvertor is now exposed.

A few other minor refactorings

* Corrected the case of some variables
* Used functions instead of methods for several helper methods
* Removed the legacy Deleter - service was the only remaining consumer

Kubernetes-commit: 110b064d630ca39220696225dd597e7d33b95f4f
2018-02-04 22:38:39 -05:00
..
discovery Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
filters Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
handlers Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
metrics Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
openapi Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
request Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
testing Remove myself (timothysc) from OWNERS files on areas that I do not 2018-02-12 18:56:41 -06:00
BUILD Autogenerated: hack/update-bazel.sh 2018-02-16 13:43:01 -08:00
apiserver_test.go Make Service storage a wrapper around other storages 2018-02-04 22:38:39 -05:00
audit_test.go audit: uniform 2 or 3 events for short/long running requests 2017-06-13 20:47:29 +00:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
groupversion.go Use GVK from storage in API registration 2017-10-27 04:29:04 -04:00
installer.go Make Service storage a wrapper around other storages 2018-02-04 22:38:39 -05:00
installer_test.go remove go-restful from namer for rest handling 2017-04-10 20:35:11 +00:00
watch_test.go remove dead code 2017-07-16 04:08:41 +00:00