• Kubernetes Submit Queue's avatar
    Merge pull request #30251 from hongchaodeng/r2 · e39d7f71
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Move new etcd storage (low level storage) into cacher
    
    In an effort for #29888, we are pushing forward this:
    
    What?
    - It changes creating etcd storage.Interface impl into creating config
    - In creating cacher storage (StorageWithCacher), it passes config created above and new etcd storage inside.
    
    Why?
    - We want to expose the information of (etcd) kv client to cacher. Cacher storage uses this information to talk to remote storage.
    e39d7f71
Name
Last commit
Last update
..
apis Loading commit data...
client Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
manifests Loading commit data...
pkg Loading commit data...
registry/cluster Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
build.sh Loading commit data...
config.default.json Loading commit data...