Skip to content

Commit

Permalink
feature: 完善aks自动扩缩容功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclon9573 committed Feb 1, 2024
1 parent d1edd6b commit 9b6b154
Show file tree
Hide file tree
Showing 37 changed files with 28,172 additions and 4,737 deletions.
5,357 changes: 2,810 additions & 2,547 deletions bcs-services/bcs-cluster-manager/api/clustermanager/clustermanager.pb.go

Large diffs are not rendered by default.

25,369 changes: 23,867 additions & 1,502 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 @@ -11169,6 +11169,10 @@ message ListCloudVpcsRequest {
title: "vpcID",
description: "过滤查询指定vpc的信息"
}];
string resourceGroupName = 5[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "resourceGroupName",
description: "Azure Cloud中Vpc所属的resource group名称"
}];
}

message ListCloudVpcsResponse {
Expand Down Expand Up @@ -11249,6 +11253,10 @@ message ListCloudSubnetsRequest {
title: "injectCluster",
description: "是否注入子网所属集群信息"
}];
string resourceGroupName = 8[(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title: "resourceGroupName",
description: "Azure Cloud中subnet所属resource group名称"
}];
}

message ListCloudSubnetsResponse {
Expand Down Expand Up @@ -11405,6 +11413,10 @@ message ListCloudSecurityGroupsRequest {
title : "accountID",
description : "云凭证ID(非必传,兼容社区版和内部版)"
}];
string resourceGroupName = 4 [(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title : "resourceGroupName",
description : "Azure中的resource group名称"
}];
}

message ListCloudSecurityGroupsResponse {
Expand Down Expand Up @@ -11454,6 +11466,10 @@ message ListKeyPairsRequest {
title : "accountID",
description : "云凭证ID(非必传,兼容社区版和内部版)"
}];
string resourceGroupName = 4 [(grpc.gateway.protoc_gen_swagger.options.openapiv2_field) = {
title : "resourceGroupName",
description : "Azure中的resource group名称"
}];
}

message ListKeyPairsResponse {
Expand Down
Loading

0 comments on commit 9b6b154

Please sign in to comment.