etcd/etcdctl/ctlv2/command
Piotr Tabor 45e4306508 client: Move client to client/v2 as a module.
We make v2 client code a module go.etcd.io/etcd/client/v2.

Pretty mechanical change that can be summarized as:

  mkdir client/v2
  cd client/v2 && git mod init go.etcd.io/etcd/client/v2

  git mv client/*.go client/v2/
  find -name '*.go' | xargs sed -i --follow-symlinks 's|/v3/client["]|/client/v2\"|g'

  + fixing changelog, bom, go.mod etc.
2020-10-15 14:39:43 +02:00
..
auth_commands.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
backup_command.go pkg: Rename imports after making 'pkg' a module 2020-10-13 00:09:27 +02:00
cluster_health.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
doc.go etcdctl: update LICENSE header 2016-05-12 20:51:39 -07:00
error.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
exec_watch_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
format.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
get_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
ls_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
member_commands.go *: fix github links 2018-11-10 11:14:18 +09:00
mk_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
mkdir_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
rm_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
rmdir_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
role_commands.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
set_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
set_dir_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
update_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
update_dir_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
user_commands.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
util.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00
util_test.go etcdctl: update LICENSE header 2016-05-12 20:51:39 -07:00
watch_command.go client: Move client to client/v2 as a module. 2020-10-15 14:39:43 +02:00