kubernetes/pkg/genericapiserver
Kubernetes Submit Queue a6fa5c2bfd Merge pull request #39814 from deads2k/api-58-multi-register
Automatic merge from submit-queue

replace global registry in apimachinery with global registry in k8s.io/kubernetes

We'd like to remove all globals, but our immediate problem is that a shared registry between k8s.io/kubernetes and k8s.io/client-go doesn't work.  Since client-go makes a copy, we can actually keep a global registry with other globals in pkg/api for now.

@kubernetes/sig-api-machinery-misc @lavalamp @smarterclayton @sttts
2017-01-13 12:37:02 -08:00
..
api Ensure empty lists don't return nil items fields 2017-01-12 20:09:44 -05:00
authenticator mechanical repercussions 2017-01-11 15:20:36 -05:00
authorizer switch webhook to clientgo 2017-01-09 16:53:24 -05:00
filters mechanical repercussions 2017-01-11 15:20:36 -05:00
mux start the apimachinery repo 2017-01-11 09:09:48 -05:00
openapi start the apimachinery repo 2017-01-11 09:09:48 -05:00
options Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
routes mechanical repercussions 2017-01-13 08:27:14 -05:00
validation Update OWNERS approvers and reviewers: pkg/genericapiserver 2016-12-29 14:14:57 -08:00
BUILD mechanical repercussions 2017-01-13 08:27:14 -05:00
config.go mechanical repercussions 2017-01-11 15:20:36 -05:00
config_selfclient.go genericapiserver: extract CA cert from server cert and SNI cert chains 2017-01-03 12:54:40 +01:00
default_storage_factory_builder.go mechanical repercussions 2017-01-13 08:27:14 -05:00
default_storage_factory_builder_test.go mechanical repercussions 2017-01-13 08:27:14 -05:00
discovery.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
doc.go Move pkg/{apiserver -> genericapiserver/api} 2017-01-03 14:54:03 +01:00
genericapiserver.go mechanical repercussions 2017-01-13 08:27:14 -05:00
genericapiserver_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
healthz.go mechanicals 2017-01-05 11:14:27 -05:00
hooks.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
OWNERS Update OWNERS approvers and reviewers: pkg/genericapiserver 2016-12-29 14:14:57 -08:00
resource_config.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
resource_config_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
resource_encoding_config.go mechanical repercussions 2017-01-13 08:27:14 -05:00
serve.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
serve_test.go genericapiserver: extract CA cert from server cert and SNI cert chains 2017-01-03 12:54:40 +01:00
server_run_options_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
storage_factory.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
storage_factory_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00