tencentcloud-sdk-nodejs-tke 4.1.190 → 4.1.192

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tke",
3
- "version": "4.1.190",
3
+ "version": "4.1.192",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5580,7 +5580,13 @@ export interface UpgradePlan {
5580
5580
  */
5581
5581
  UpgradeEndAt?: string;
5582
5582
  /**
5583
- * 升级状态
5583
+ * 升级状态,包括以下状态值:
5584
+ - Pending:等待中
5585
+ - Processing:升级配置处理中
5586
+ - Running:升级中
5587
+ - Succeed:升级成功
5588
+ - Failed:升级失败
5589
+ - Cancelled:已取消
5584
5590
  */
5585
5591
  Status?: string;
5586
5592
  /**
@@ -777,6 +777,10 @@ export interface ModifyClusterMachineRequest {
777
777
  * 系统盘的信息
778
778
  */
779
779
  SystemDisk?: Disk;
780
+ /**
781
+ * 安全组列表
782
+ */
783
+ SecurityGroupIDs?: Array<string>;
780
784
  /**
781
785
  * 节点预付费信息
782
786
  */
@@ -1099,13 +1103,19 @@ export interface UpdateNativeNodePoolParam {
1099
1103
  */
1100
1104
  Replicas?: number;
1101
1105
  /**
1102
- * 是否更新存量节点
1106
+ * 是否更新存量节点MetaData(包括: metadata、annotation、label)
1103
1107
  */
1104
1108
  UpdateExistedNode?: boolean;
1105
1109
  /**
1106
1110
  * 数据盘列表
1107
1111
  */
1108
1112
  DataDisks?: Array<DataDisk>;
1113
+ /**
1114
+ * 节点management参数存量更新开关,有enable(打开)、disable(关闭)两个状态可选
1115
+
1116
+ management包括:nameserver、host、kubelet、kernel参数
1117
+ */
1118
+ UpdateMachineManagement?: string;
1109
1119
  /**
1110
1120
  * ssh公钥id数组
1111
1121
  */