apiserver/pkg/storage
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
..
errors autogenerated 2017-04-15 20:35:23 +00:00
etcd Allow initialization of resources 2017-06-13 20:47:30 +00:00
etcd3 Allow initialization of resources 2017-06-13 20:47:30 +00:00
names autogenerated 2017-04-15 20:35:23 +00:00
storagebackend Add configuration options for encryption providers 2017-06-13 20:47:30 +00:00
testing autogenerated 2017-04-15 20:35:23 +00:00
tests Allow initialization of resources 2017-06-13 20:47:30 +00:00
value Add configuration options for encryption providers 2017-06-13 20:47:30 +00:00
BUILD Cache watch returns incorrect object on DELETED events 2017-06-13 20:47:27 +00:00
OWNERS tighten and simplify owners in some staging repos 2017-06-13 20:47:27 +00:00
cacher.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
cacher_whitebox_test.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
doc.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
errors.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
interfaces.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
selection_predicate.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
selection_predicate_test.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
time_budget.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
time_budget_test.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
util.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
util_test.go move pkg/storage to apiserver 2017-02-01 07:33:52 -05:00
watch_cache.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
watch_cache_test.go Allow initialization of resources 2017-06-13 20:47:30 +00:00