初步实现多集群共享节点

This commit is contained in:
刘祥超
2021-07-31 22:23:16 +08:00
parent c49ec306d4
commit b908a8de60
6 changed files with 1077 additions and 894 deletions

View File

@@ -15,4 +15,5 @@ message NodeCluster {
int64 dnsDomainId = 9;
int64 httpCachePolicyId = 10;
int64 httpFirewallPolicyId = 11;
bool isOn = 12;
}