mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-07 15:20:24 +08:00
初步实现多集群共享节点
This commit is contained in:
@@ -32,10 +32,11 @@ message Node {
|
||||
SizeCapacity maxCacheDiskCapacity = 17;
|
||||
SizeCapacity maxCacheMemoryCapacity = 18;
|
||||
|
||||
NodeCluster nodeCluster = 32;
|
||||
NodeCluster nodeCluster = 32; // 主集群
|
||||
NodeLogin login = 33;
|
||||
NodeInstallStatus installStatus = 34;
|
||||
repeated NodeIPAddress ipAddresses = 35;
|
||||
NodeGroup nodeGroup = 36;
|
||||
NodeRegion nodeRegion = 37;
|
||||
repeated NodeCluster secondaryNodeClusters = 38; // 从集群
|
||||
}
|
||||
@@ -15,4 +15,5 @@ message NodeCluster {
|
||||
int64 dnsDomainId = 9;
|
||||
int64 httpCachePolicyId = 10;
|
||||
int64 httpFirewallPolicyId = 11;
|
||||
bool isOn = 12;
|
||||
}
|
||||
Reference in New Issue
Block a user