tencentcloud-sdk-nodejs-tke 4.1.203 → 4.1.204

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.203",
3
+ "version": "4.1.204",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2502,6 +2502,14 @@ export interface ImageCache {
2502
2502
  * 腾讯云标签
2503
2503
  */
2504
2504
  Tags?: Array<Tag>;
2505
+ /**
2506
+ * 镜像缓存类型
2507
+ */
2508
+ ImageCacheType?: string;
2509
+ /**
2510
+ * 镜像缓存所属snapshotter类型
2511
+ */
2512
+ Snapshotter?: string;
2505
2513
  }
2506
2514
  /**
2507
2515
  * DeletePrometheusAlertRule返回参数结构体
@@ -14444,6 +14452,10 @@ export interface GetMostSuitableImageCacheRequest {
14444
14452
  * 容器镜像列表
14445
14453
  */
14446
14454
  Images: Array<string>;
14455
+ /**
14456
+ * 容器镜像制作snapshotter
14457
+ */
14458
+ Snapshotter?: string;
14447
14459
  }
14448
14460
  /**
14449
14461
  * DeleteEKSContainerInstances请求参数结构体