mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 12:17:52 +00:00
Refactor registry to use store vs. etcd
This commit is contained in:
@@ -205,36 +205,36 @@ pkg/quota
|
||||
pkg/quota/install
|
||||
pkg/registry
|
||||
pkg/registry/authorization/util
|
||||
pkg/registry/clusterrole/etcd
|
||||
pkg/registry/clusterrolebinding/etcd
|
||||
pkg/registry/configmap/etcd
|
||||
pkg/registry/core/configmap/etcd
|
||||
pkg/registry/clusterrole/storage
|
||||
pkg/registry/clusterrolebinding/storage
|
||||
pkg/registry/configmap/storage
|
||||
pkg/registry/core/configmap/storage
|
||||
pkg/registry/core/endpoint
|
||||
pkg/registry/core/node/rest
|
||||
pkg/registry/core/pod/etcd
|
||||
pkg/registry/core/pod/storage
|
||||
pkg/registry/core/rangeallocation
|
||||
pkg/registry/core/service/ipallocator/controller
|
||||
pkg/registry/core/service/ipallocator/etcd
|
||||
pkg/registry/core/service/ipallocator/storage
|
||||
pkg/registry/core/serviceaccount
|
||||
pkg/registry/endpoint
|
||||
pkg/registry/extensions/podsecuritypolicy/etcd
|
||||
pkg/registry/extensions/podsecuritypolicy/storage
|
||||
pkg/registry/extensions/thirdpartyresource
|
||||
pkg/registry/extensions/thirdpartyresource/etcd
|
||||
pkg/registry/extensions/thirdpartyresource/storage
|
||||
pkg/registry/node/rest
|
||||
pkg/registry/pod/etcd
|
||||
pkg/registry/podsecuritypolicy/etcd
|
||||
pkg/registry/pod/storage
|
||||
pkg/registry/podsecuritypolicy/storage
|
||||
pkg/registry/rangeallocation
|
||||
pkg/registry/rbac/clusterrole/etcd
|
||||
pkg/registry/rbac/clusterrolebinding/etcd
|
||||
pkg/registry/rbac/role/etcd
|
||||
pkg/registry/rbac/rolebinding/etcd
|
||||
pkg/registry/role/etcd
|
||||
pkg/registry/rolebinding/etcd
|
||||
pkg/registry/rbac/clusterrole/storage
|
||||
pkg/registry/rbac/clusterrolebinding/storage
|
||||
pkg/registry/rbac/role/storage
|
||||
pkg/registry/rbac/rolebinding/storage
|
||||
pkg/registry/role/storage
|
||||
pkg/registry/rolebinding/storage
|
||||
pkg/registry/service/ipallocator/controller
|
||||
pkg/registry/service/ipallocator/etcd
|
||||
pkg/registry/service/ipallocator/storage
|
||||
pkg/registry/serviceaccount
|
||||
pkg/registry/thirdpartyresource
|
||||
pkg/registry/thirdpartyresource/etcd
|
||||
pkg/registry/thirdpartyresource/storage
|
||||
pkg/runtime
|
||||
pkg/runtime/serializer/json
|
||||
pkg/runtime/serializer/recognizer/testing
|
||||
|
Reference in New Issue
Block a user