Open weldpua2008 opened 3 years ago
A generic implementation of a registry that stores things in etcd. it should be immutable, extendable, and simple.
Please use https://github.com/etcd-io/etcd/blob/main/client/v3/client_test.go
@BarLisWix As for the object hierarchy I propose to use: /namespace/jobs// /namespace/cluster//
It will help to organize the objects
or: /namespace/jobs// /namespace/cluster//
I guess it will help to optimize the watch
A generic implementation of a registry that stores things in etcd. it should be immutable, extendable, and simple.
Please use https://github.com/etcd-io/etcd/blob/main/client/v3/client_test.go