创建集群的时候可以填写DNS信息/集群设置页增加DNS设置功能

This commit is contained in:
刘祥超
2020-11-15 16:28:34 +08:00
parent 5aa201cf8c
commit 0181f1a504
4 changed files with 565 additions and 368 deletions

View File

@@ -95,6 +95,8 @@ message CreateNodeClusterRequest {
string name = 1;
int64 grantId = 2;
string installDir = 3;
int64 dnsDomainId = 4;
string dnsName = 5;
}
message CreateNodeClusterResponse {