Skip to content

Commit

Permalink
feature: support aws eks
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclon9573 committed Nov 17, 2023
1 parent 60d7aca commit c26cebe
Show file tree
Hide file tree
Showing 28 changed files with 31,753 additions and 6,085 deletions.
8,215 changes: 4,124 additions & 4,091 deletions bcs-services/bcs-cluster-manager/api/clustermanager/clustermanager.pb.go

Large diffs are not rendered by default.

24,117 changes: 22,647 additions & 1,470 deletions bcs-services/bcs-cluster-manager/api/clustermanager/clustermanager.pb.validate.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3166,6 +3166,10 @@ message NodeGroup {
title: "area",
description: "节点所在云区域信息(用户不指定, 则使用默认云区域)"
}];
string nodeRole = 24[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "nodeRole",
description: "创建eks节点池时指定的iam角色名称"
}];
}

message CloudArea {
Expand Down Expand Up @@ -3514,6 +3518,10 @@ message LaunchConfiguration {
title: "keyPair",
description: "节点私钥信息, 与密码2选一,2者均设置优先密钥"
}];
string sshKey = 21[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "sshKey",
description: "用于ssh登录实例的密钥或密钥名称。"
}];
}

message KeyInfo {
Expand Down Expand Up @@ -7601,6 +7609,10 @@ message CreateNodeGroupRequest {
title: "onlyCreateInfo",
description: "onlyCreateInfo仅录入数据,不执行流程"
}];
string nodeRole = 26[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "nodeRole",
description: "创建eks节点池时指定的iam角色名称"
}];
}

message GroupExtraInfo {
Expand Down
Loading

0 comments on commit c26cebe

Please sign in to comment.