换成单集群模式

This commit is contained in:
robin
2026-03-02 20:07:53 +08:00
parent 5d0b7c7e91
commit 2a76d1773d
432 changed files with 5681 additions and 5095 deletions

View File

@@ -20,11 +20,11 @@ service HTTPDNSAppService {
message CreateHTTPDNSAppRequest {
string name = 1;
string appId = 2;
int64 primaryClusterId = 3;
int64 backupClusterId = 4;
reserved 3, 4; // removed: primaryClusterId, backupClusterId
bool isOn = 5;
bool signEnabled = 6;
int64 userId = 7;
bytes clusterIdsJSON = 8;
}
message CreateHTTPDNSAppResponse {
@@ -34,10 +34,10 @@ message CreateHTTPDNSAppResponse {
message UpdateHTTPDNSAppRequest {
int64 appDbId = 1;
string name = 2;
int64 primaryClusterId = 3;
int64 backupClusterId = 4;
reserved 3, 4; // removed: primaryClusterId, backupClusterId
bool isOn = 5;
int64 userId = 6;
bytes clusterIdsJSON = 7;
}
message DeleteHTTPDNSAppRequest {