mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests: rename "master" branch references to "main"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
@@ -13,11 +13,11 @@ options {
|
||||
};
|
||||
|
||||
zone "etcd.local" IN {
|
||||
type master;
|
||||
type main;
|
||||
file "/etc/bind/etcd.zone";
|
||||
};
|
||||
|
||||
zone "0.0.127.in-addr.arpa" {
|
||||
type master;
|
||||
type main;
|
||||
file "/etc/bind/rdns.zone";
|
||||
};
|
||||
|
||||
@@ -13,11 +13,11 @@ options {
|
||||
};
|
||||
|
||||
zone "etcd.local" IN {
|
||||
type master;
|
||||
type main;
|
||||
file "/etc/bind/etcd.zone";
|
||||
};
|
||||
|
||||
zone "0.0.127.in-addr.arpa" {
|
||||
type master;
|
||||
type main;
|
||||
file "/etc/bind/rdns.zone";
|
||||
};
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
See [`rpcpb.Case`](https://godoc.org/github.com/coreos/etcd/functional/rpcpb#Case) for all failure cases.
|
||||
|
||||
See [functional.yaml](https://github.com/etcd-io/etcd/blob/master/tests/functional/functional.yaml) for an example configuration.
|
||||
See [functional.yaml](https://github.com/etcd-io/etcd/blob/main/tests/functional/functional.yaml) for an example configuration.
|
||||
|
||||
### Run locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user