MCPcopy
hub / github.com/etcd-io/etcd / MemberAddAsLearner

Method MemberAddAsLearner

tests/framework/interfaces/interface.go:83–83  ·  view source on GitHub ↗
(context context.Context, name string, peerAddrs []string)

Source from the content-addressed store, hash-verified

81 MemberList(context context.Context, serializable bool) (*clientv3.MemberListResponse, error)
82 MemberAdd(context context.Context, name string, peerAddrs []string) (*clientv3.MemberAddResponse, error)
83 MemberAddAsLearner(context context.Context, name string, peerAddrs []string) (*clientv3.MemberAddResponse, error)
84 MemberRemove(ctx context.Context, id uint64) (*clientv3.MemberRemoveResponse, error)
85
86 Watch(ctx context.Context, key string, opts config.WatchOptions) clientv3.WatchChan

Callers 15

TestConcurrentMoveLeaderFunction · 0.65
TestMemberUpdateLearnerFunction · 0.65
TestMemberAddForLearnerFunction · 0.65
TestMemberPromoteFunction · 0.65
TestMaxLearnerInClusterFunction · 0.65
MemberAddAsLearnerMethod · 0.65
AddMemberMethod · 0.65
TestMemberAddFunction · 0.65

Calls

no outgoing calls