tencentcloud-sdk-nodejs-tke 4.1.57 → 4.1.66

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.57",
3
+ "version": "4.1.66",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10413,6 +10413,12 @@ export interface ClusterNetworkSettings {
10413
10413
  - clusterIP
10414
10414
  */
10415
10415
  CiliumMode?: string;
10416
+ /**
10417
+ * 控制面子网信息,仅在以下场景返回。
10418
+ - 容器网络插件为CiliumOverlay。
10419
+ - 支持CDC的托管集群,且网络插件为VPC-CNI。
10420
+ */
10421
+ SubnetId?: string;
10416
10422
  }
10417
10423
  /**
10418
10424
  * DescribeImages返回参数结构体