k3s-io / kine

Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
Apache License 2.0
1.64k stars 239 forks source link

Import etcd v3 consistently #118

Closed cmurphy closed 2 years ago

cmurphy commented 2 years ago

Fix the rpctypes module import to use the etcd/v3 package version. This allows packages that include kine as a dependency to not have to include the old etcd package.