kubernetes/pkg/master
Kubernetes Submit Queue 12d916750e Merge pull request #32387 from sttts/sttts-handler-cleanup
Automatic merge from submit-queue

Cleanup non-rest apiserver handlers

- rename MuxHelper -> PathRecorderMux
- move non-rest handlers into routes packages within genericapiserver and `pkg/routes` (those from master)
- move ui and logs handlers out of genericapiserver (they are
  not generic)
- make version handler configurable (`config.EnableVersion`)
2016-09-16 08:58:06 -07:00
..
ports Use Go canonical import paths 2016-07-16 13:48:21 -04:00
controller_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
controller.go move RangeRegistry to a separate package for generic usage 2016-08-09 13:10:48 +08:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
import_known_versions_test.go Doc API group suffix, add test to catch new groups 2016-09-09 15:56:08 -04:00
import_known_versions.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
master_test.go Merge pull request #32387 from sttts/sttts-handler-cleanup 2016-09-16 08:58:06 -07:00
master.go Cleanup non-rest apiserver handlers 2016-09-15 13:22:45 +02:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00
storage_apps.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_authentication.go interesting changes to add tokenreviews endpoint to implement webhook 2016-08-03 08:37:45 -04:00
storage_authorization.go add localSAR 2016-09-13 08:54:23 -04:00
storage_autoscaling.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_batch.go ScheduledJob storage leftovers 2016-08-03 17:25:35 +02:00
storage_certificates.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_extensions.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
storage_policy.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_rbac.go separate out api group storage registration 2016-08-01 08:26:19 -04:00
storage_storage.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
thirdparty_controller_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
thirdparty_controller.go Fix third party APIResource reporting 2016-08-13 15:51:34 -07:00