tencentcloud-sdk-nodejs-tke 4.1.198 → 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.198",
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返回参数结构体
@@ -13925,10 +13933,31 @@ export interface ClusterStatus {
13925
13933
  ClusterId?: string;
13926
13934
  /**
13927
13935
  * 集群状态
13936
+ 运行中:Running
13937
+ 集群等级中:ClusterLevelUpgrading
13938
+ 集群升级中:Upgrading
13939
+ 集群控制面扩容中:MasterScaling
13940
+ 托管集群修改参数中:RuntimeUpgrading
13941
+ 节点升级中:NodeUpgrading
13942
+ 集群删除中:Deleting
13943
+ 集群创建中:Creating
13944
+ 集群已隔离:Isolated
13945
+ 集群升级暂停:Pause
13946
+ 集群执行隔离:ResourceIsolate
13947
+ 集群隔离:ResourceIsolated
13948
+ 集群执行冲正:ResourceReverse
13949
+ 集群冲正:ResourceReversal
13950
+ 集群执行销毁:ResourceDestroy
13951
+ 集群销毁:ResourceDestroyed
13952
+ 集群变配交易中:ClusterLevelTrading
13928
13953
  */
13929
13954
  ClusterState?: string;
13930
13955
  /**
13931
13956
  * 集群下机器实例的状态
13957
+ 节点全部正常:AllNormal
13958
+ 节点全部异常:
13959
+ AllAbnormal
13960
+ 节点部分异常:PartialAbnormal
13932
13961
  */
13933
13962
  ClusterInstanceState?: string;
13934
13963
  /**
@@ -14423,6 +14452,10 @@ export interface GetMostSuitableImageCacheRequest {
14423
14452
  * 容器镜像列表
14424
14453
  */
14425
14454
  Images: Array<string>;
14455
+ /**
14456
+ * 容器镜像制作snapshotter
14457
+ */
14458
+ Snapshotter?: string;
14426
14459
  }
14427
14460
  /**
14428
14461
  * DeleteEKSContainerInstances请求参数结构体