Skip to content

Commit

Permalink
feat: 完善创建EKS集群功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclon9573 committed Sep 20, 2024
1 parent 06486ec commit df886e3
Show file tree
Hide file tree
Showing 13 changed files with 5,725 additions and 5,157 deletions.
10,289 changes: 5,177 additions & 5,112 deletions bcs-services/bcs-cluster-manager/api/clustermanager/clustermanager.pb.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,13 @@ message NewSubnet {
}];
}

message UpgradePolicy {
string supportType = 1[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "supportType",
description: "aws EKS升级策略类型(EXTENDED|STANDARD)"
}];
}

message ClusterBasicSetting {
string OS = 1[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "OS",
Expand Down Expand Up @@ -1916,6 +1923,10 @@ message ClusterBasicSetting {
title: "module",
description: "集群转移模块信息"
}];
UpgradePolicy upgradePolicy = 10[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "upgradePolicy",
description: "集群升级策略"
}];
}

message ClusterAdvanceSetting {
Expand Down Expand Up @@ -3716,6 +3727,10 @@ message InternetAccessible {
title: "publicIP",
description: "公网ip地址"
}];
repeated string publicAccessCidrs = 6[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "publicAccessCidrs",
description: "允许访问Kubernetes API Server的公网Ip cidr"
}];
}

// InstanceTemplateConfig instance config info
Expand Down
Loading

0 comments on commit df886e3

Please sign in to comment.