mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

ClusterContext is used by "e2e" or "integration" to extend the ClusterConfig. The common test cases shouldn't care about what data is encoded or included; instead "e2e" or "integration" framework should decode or parse it separately. Signed-off-by: Benjamin Wang <wachao@vmware.com>