apiserver/pkg/server
Clayton Coleman 5fa08b8c5e Allow initialization of resources
Add support for creating resources that are not immediately visible to
naive clients, but must first be initialized by one or more privileged
cluster agents. These controllers can mark the object as initialized,
allowing others to see them.

Permission to override initialization defaults or modify an initializing
object is limited per resource to a virtual subresource "RESOURCE/initialize"
via RBAC.

Initialization is currently alpha.

Kubernetes-commit: 331eea67d8000e5c4b37e2234a90903c15881c2f
2017-06-13 20:47:30 +00:00
..
filters apiserver: move LongRunningRequestCheck type into endpoints/request 2017-06-13 20:47:27 +00:00
healthz autogenerated 2017-04-15 20:35:23 +00:00
httplog autogenerated 2017-04-15 20:35:23 +00:00
mux move CRD behind TPR 2017-06-13 20:47:29 +00:00
openapi Update bazel 2017-05-21 17:28:01 +00:00
options Allow initialization of resources 2017-06-13 20:47:30 +00:00
routes refactor names for the apiserver handling chain 2017-05-12 17:30:09 +00:00
storage Add configuration options for encryption providers 2017-06-13 20:47:30 +00:00
BUILD apiserver: avoid resolving 'localhost' 2017-06-13 20:47:30 +00:00
config.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
config_selfclient.go apiserver: avoid resolving 'localhost' 2017-06-13 20:47:30 +00:00
config_selfclient_test.go apiserver: avoid resolving 'localhost' 2017-06-13 20:47:30 +00:00
config_test.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
doc.go remove go get failing import comment 2017-01-19 13:02:01 -05:00
genericapiserver.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
genericapiserver_test.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
handler.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
healthz.go move CRD behind TPR 2017-06-13 20:47:29 +00:00
hooks.go This PR implements AdmissionOptions.ApplyTo 2017-05-16 17:27:50 +00:00
plugins.go register all generic admission plugins when AdmissionOptions are created. 2017-06-13 20:47:29 +00:00
serve.go apiserver: Update genericapiserver to panic on listener error 2017-04-20 20:35:32 +00:00