tencentcloud-sdk-nodejs-tke 4.1.302 → 4.1.311

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.
@@ -1,6 +1,6 @@
1
- import { v20180525 } from "./v20180525";
2
1
  import { v20220501 } from "./v20220501";
2
+ import { v20180525 } from "./v20180525";
3
3
  export const tke = {
4
- v20180525: v20180525,
5
4
  v20220501: v20220501,
5
+ v20180525: v20180525,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tke",
3
- "version": "4.1.302",
3
+ "version": "4.1.311",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20180525: {
3
- Client: typeof import("./v20180525/tke_client").Client;
4
- Models: typeof import("./v20180525/tke_models");
5
- };
6
2
  v20220501: {
7
3
  Client: typeof import("./v20220501/tke_client").Client;
8
4
  Models: typeof import("./v20220501/tke_models");
9
5
  };
6
+ v20180525: {
7
+ Client: typeof import("./v20180525/tke_client").Client;
8
+ Models: typeof import("./v20180525/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20180525_1 = require("./v20180525");
5
4
  const v20220501_1 = require("./v20220501");
5
+ const v20180525_1 = require("./v20180525");
6
6
  exports.tke = {
7
- v20180525: v20180525_1.v20180525,
8
7
  v20220501: v20220501_1.v20220501,
8
+ v20180525: v20180525_1.v20180525,
9
9
  };
@@ -102,6 +102,10 @@ export interface CreateNativeNodePoolParam {
102
102
  * <p>原生节点池密码</p>
103
103
  */
104
104
  Password?: string;
105
+ /**
106
+ * <p>自定义镜像 ID</p>
107
+ */
108
+ CustomImage?: string;
105
109
  }
106
110
  /**
107
111
  * DescribeClusterInstances返回参数结构体
@@ -1198,6 +1202,11 @@ export interface NativeNodePoolInfo {
1198
1202
  * <p>原生节点机型 Native, NativeCVM</p>
1199
1203
  */
1200
1204
  MachineType?: string;
1205
+ /**
1206
+ * <p>自定义镜像 ID</p>
1207
+ 注意:此字段可能返回 null,表示取不到有效值。
1208
+ */
1209
+ CustomImage?: string;
1201
1210
  }
1202
1211
  /**
1203
1212
  * 节点系统盘和数据盘配置
@@ -2344,6 +2353,10 @@ export interface UpdateNativeNodePoolParam {
2344
2353
  * <p>原生节点池密码</p>
2345
2354
  */
2346
2355
  Password?: string;
2356
+ /**
2357
+ * <p>自定义镜像 ID</p>
2358
+ */
2359
+ CustomImage?: string;
2347
2360
  }
2348
2361
  /**
2349
2362
  * 健康检测规则