apiserver/pkg/storage/etcd
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
..
etcdtest autogenerated 2017-04-15 20:35:23 +00:00
metrics autogenerated 2017-04-15 20:35:23 +00:00
testing autogenerated 2017-04-15 20:35:23 +00:00
util autogenerated 2017-04-15 20:35:23 +00:00
BUILD Move pkg/util/cache to apimachinery 2017-05-21 17:28:01 +00:00
OWNERS Mechanical move: pkg/storage -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00
api_object_versioner.go remove ListMetaFor 2017-04-08 20:35:19 +00:00
api_object_versioner_test.go Mechanical import fixup: pkg/storage 2017-02-13 07:36:41 -05:00
doc.go Mechanical import fixup: pkg/storage 2017-02-13 07:36:41 -05:00
etcd_helper.go Move pkg/util/cache to apimachinery 2017-05-21 17:28:01 +00:00
etcd_helper_test.go Allow initialization of resources 2017-06-13 20:47:30 +00:00
etcd_watcher.go Allow ValueTransformer to indicate resource is stale 2017-02-13 07:36:41 -05:00
etcd_watcher_test.go Allow values to be wrapped prior to serialization in etcd2 2017-02-13 07:36:41 -05:00