Merge pull request #8948 from zhongwencool/deprecated-etc-dir

chore: deprecated etc_dir since 5.0.8
This commit is contained in:
zhongwencool 2022-09-14 10:05:10 +08:00 committed by GitHub
commit 53bc6f47e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -536,6 +536,15 @@ fields("node") ->
desc => ?DESC(node_applications)
}
)},
{"etc_dir",
sc(
string(),
#{
desc => ?DESC(node_etc_dir),
'readOnly' => true,
deprecated => {since, "5.0.8"}
}
)},
{"cluster_call",
sc(
?R_REF("cluster_call"),