• k8s-merge-robot's avatar
    Merge pull request #24455 from hongchaodeng/fl · 11298d02
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Provide flags to use etcd3 backed storage
    
    ref: #24405
    
    What's in this PR?
    - Add a new flag "storage-backend" to choose "etcd2" or "etcd3". By default (i.e. empty), it's "etcd2".
    - Take out etcd config code into a standalone package and let it create etcd2 or etcd3 storage backend given user input.
    11298d02
Name
Last commit
Last update
..
etcd Loading commit data...
etcd3 Loading commit data...
storagebackend Loading commit data...
testing Loading commit data...
cacher.go Loading commit data...
cacher_test.go Loading commit data...
doc.go Loading commit data...
errors.go Loading commit data...
interfaces.go Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...
watch_cache.go Loading commit data...
watch_cache_test.go Loading commit data...