tencentcloud-sdk-nodejs-tke 4.0.497 → 4.0.498

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.
@@ -52,6 +52,26 @@ export interface EksCiVolume {
52
52
  NfsVolumes?: Array<NfsVolume>
53
53
  }
54
54
 
55
+ /**
56
+ * GetTkeAppChartList请求参数结构体
57
+ */
58
+ export interface GetTkeAppChartListRequest {
59
+ /**
60
+ * app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
61
+ */
62
+ Kind?: string
63
+
64
+ /**
65
+ * app支持的操作系统,取值arm32、arm64、amd64
66
+ */
67
+ Arch?: string
68
+
69
+ /**
70
+ * 集群类型,取值tke、eks
71
+ */
72
+ ClusterType?: string
73
+ }
74
+
55
75
  /**
56
76
  * DescribeEdgeCVMInstances请求参数结构体
57
77
  */
@@ -306,6 +326,71 @@ export interface DescribeEdgeClusterInstancesResponse {
306
326
  RequestId?: string
307
327
  }
308
328
 
329
+ /**
330
+ * UpgradeClusterRelease请求参数结构体
331
+ */
332
+ export interface UpgradeClusterReleaseRequest {
333
+ /**
334
+ * 集群ID
335
+ */
336
+ ClusterId: string
337
+
338
+ /**
339
+ * 自定义的应用名称
340
+ */
341
+ Name: string
342
+
343
+ /**
344
+ * 应用命名空间
345
+ */
346
+ Namespace: string
347
+
348
+ /**
349
+ * 制品名称或从第三方repo 安装chart时,制品压缩包下载地址, 不支持重定向类型chart 地址,结尾为*.tgz
350
+ */
351
+ Chart: string
352
+
353
+ /**
354
+ * 自定义参数,覆盖chart 中values.yaml 中的参数
355
+ */
356
+ Values?: ReleaseValues
357
+
358
+ /**
359
+ * 制品来源,范围:tke-market/tcr/other
360
+ */
361
+ ChartFrom?: string
362
+
363
+ /**
364
+ * 制品版本( 从第三安装时,不传这个参数)
365
+ */
366
+ ChartVersion?: string
367
+
368
+ /**
369
+ * 制品仓库URL地址
370
+ */
371
+ ChartRepoURL?: string
372
+
373
+ /**
374
+ * 制品访问用户名
375
+ */
376
+ Username?: string
377
+
378
+ /**
379
+ * 制品访问密码
380
+ */
381
+ Password?: string
382
+
383
+ /**
384
+ * 制品命名空间
385
+ */
386
+ ChartNamespace?: string
387
+
388
+ /**
389
+ * 集群类型,支持传 tke, eks, tkeedge, exernal(注册集群)
390
+ */
391
+ ClusterType?: string
392
+ }
393
+
309
394
  /**
310
395
  * DescribeEdgeClusterUpgradeInfo请求参数结构体
311
396
  */
@@ -656,6 +741,31 @@ export interface UpdateImageCacheRequest {
656
741
  * 镜像缓存名称
657
742
  */
658
743
  ImageCacheName?: string
744
+
745
+ /**
746
+ * 镜像仓库凭证数组
747
+ */
748
+ ImageRegistryCredentials?: Array<ImageRegistryCredential>
749
+
750
+ /**
751
+ * 用于制作镜像缓存的容器镜像列表
752
+ */
753
+ Images?: Array<string>
754
+
755
+ /**
756
+ * 镜像缓存的大小。默认为20 GiB。取值范围参考[云硬盘类型](https://cloud.tencent.com/document/product/362/2353)中的高性能云盘类型的大小限制。
757
+ */
758
+ ImageCacheSize?: number
759
+
760
+ /**
761
+ * 镜像缓存保留时间天数,过期将会自动清理,默认为0,永不过期。
762
+ */
763
+ RetentionDays?: number
764
+
765
+ /**
766
+ * 安全组Id
767
+ */
768
+ SecurityGroupIds?: Array<string>
659
769
  }
660
770
 
661
771
  /**
@@ -1009,6 +1119,22 @@ export interface DisableVpcCniNetworkTypeRequest {
1009
1119
  ClusterId: string
1010
1120
  }
1011
1121
 
1122
+ /**
1123
+ * DescribeClusterReleaseDetails返回参数结构体
1124
+ */
1125
+ export interface DescribeClusterReleaseDetailsResponse {
1126
+ /**
1127
+ * 应用详情
1128
+ 注意:此字段可能返回 null,表示取不到有效值。
1129
+ */
1130
+ Release: ReleaseDetails
1131
+
1132
+ /**
1133
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1134
+ */
1135
+ RequestId?: string
1136
+ }
1137
+
1012
1138
  /**
1013
1139
  * SyncPrometheusTemp返回参数结构体
1014
1140
  */
@@ -1049,6 +1175,26 @@ export interface CreatePrometheusDashboardResponse {
1049
1175
  RequestId?: string
1050
1176
  }
1051
1177
 
1178
+ /**
1179
+ * CancelClusterRelease请求参数结构体
1180
+ */
1181
+ export interface CancelClusterReleaseRequest {
1182
+ /**
1183
+ * 应用ID
1184
+ */
1185
+ ID: string
1186
+
1187
+ /**
1188
+ * 集群ID
1189
+ */
1190
+ ClusterId?: string
1191
+
1192
+ /**
1193
+ * 集群类型
1194
+ */
1195
+ ClusterType?: string
1196
+ }
1197
+
1052
1198
  /**
1053
1199
  * DescribeTKEEdgeClusterStatus返回参数结构体
1054
1200
  */
@@ -1907,6 +2053,31 @@ export interface DeletePrometheusAlertRuleResponse {
1907
2053
  RequestId?: string
1908
2054
  }
1909
2055
 
2056
+ /**
2057
+ * DescribeClusterPendingReleases请求参数结构体
2058
+ */
2059
+ export interface DescribeClusterPendingReleasesRequest {
2060
+ /**
2061
+ * 集群ID
2062
+ */
2063
+ ClusterId: string
2064
+
2065
+ /**
2066
+ * 返回数量限制,默认20,最大100
2067
+ */
2068
+ Limit?: number
2069
+
2070
+ /**
2071
+ * 偏移量,默认0
2072
+ */
2073
+ Offset?: number
2074
+
2075
+ /**
2076
+ * 集群类型
2077
+ */
2078
+ ClusterType?: string
2079
+ }
2080
+
1910
2081
  /**
1911
2082
  * DeletePrometheusConfig返回参数结构体
1912
2083
  */
@@ -2513,6 +2684,28 @@ export interface DescribeClustersResponse {
2513
2684
  RequestId?: string
2514
2685
  }
2515
2686
 
2687
+ /**
2688
+ * DescribeClusterReleaseHistory返回参数结构体
2689
+ */
2690
+ export interface DescribeClusterReleaseHistoryResponse {
2691
+ /**
2692
+ * 已安装应用版本历史
2693
+ 注意:此字段可能返回 null,表示取不到有效值。
2694
+ */
2695
+ ReleaseHistorySet: Array<ReleaseHistory>
2696
+
2697
+ /**
2698
+ * 总数量
2699
+ 注意:此字段可能返回 null,表示取不到有效值。
2700
+ */
2701
+ Total: number
2702
+
2703
+ /**
2704
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2705
+ */
2706
+ RequestId?: string
2707
+ }
2708
+
2516
2709
  /**
2517
2710
  * DescribeImages请求参数结构体
2518
2711
  */
@@ -3891,31 +4084,33 @@ export interface ModifyPrometheusAgentExternalLabelsResponse {
3891
4084
  }
3892
4085
 
3893
4086
  /**
3894
- * 路由表冲突对象
4087
+ * RollbackClusterRelease请求参数结构体
3895
4088
  */
3896
- export interface RouteTableConflict {
4089
+ export interface RollbackClusterReleaseRequest {
3897
4090
  /**
3898
- * 路由表类型。
4091
+ * 集群ID
3899
4092
  */
3900
- RouteTableType: string
4093
+ ClusterId: string
3901
4094
 
3902
4095
  /**
3903
- * 路由表CIDR。
3904
- 注意:此字段可能返回 null,表示取不到有效值。
3905
- */
3906
- RouteTableCidrBlock: string
4096
+ * 应用名称
4097
+ */
4098
+ Name: string
3907
4099
 
3908
4100
  /**
3909
- * 路由表名称。
3910
- 注意:此字段可能返回 null,表示取不到有效值。
3911
- */
3912
- RouteTableName: string
4101
+ * 应用命名空间
4102
+ */
4103
+ Namespace: string
3913
4104
 
3914
4105
  /**
3915
- * 路由表ID。
3916
- 注意:此字段可能返回 null,表示取不到有效值。
3917
- */
3918
- RouteTableId: string
4106
+ * 回滚版本号
4107
+ */
4108
+ Revision: number
4109
+
4110
+ /**
4111
+ * 集群类型
4112
+ */
4113
+ ClusterType?: string
3919
4114
  }
3920
4115
 
3921
4116
  /**
@@ -4226,6 +4421,31 @@ export interface CreateEdgeCVMInstancesRequest {
4226
4421
  EnableEni?: boolean
4227
4422
  }
4228
4423
 
4424
+ /**
4425
+ * DescribeClusterReleaseHistory请求参数结构体
4426
+ */
4427
+ export interface DescribeClusterReleaseHistoryRequest {
4428
+ /**
4429
+ * 集群ID
4430
+ */
4431
+ ClusterId: string
4432
+
4433
+ /**
4434
+ * 应用名称
4435
+ */
4436
+ Name: string
4437
+
4438
+ /**
4439
+ * 应用所在命名空间
4440
+ */
4441
+ Namespace: string
4442
+
4443
+ /**
4444
+ * 集群类型
4445
+ */
4446
+ ClusterType?: string
4447
+ }
4448
+
4229
4449
  /**
4230
4450
  * 加入存量节点时的节点池选项
4231
4451
  */
@@ -4606,6 +4826,22 @@ export interface DescribeAvailableClusterVersionRequest {
4606
4826
  ClusterIds?: Array<string>
4607
4827
  }
4608
4828
 
4829
+ /**
4830
+ * UpgradeClusterRelease返回参数结构体
4831
+ */
4832
+ export interface UpgradeClusterReleaseResponse {
4833
+ /**
4834
+ * 应用详情
4835
+ 注意:此字段可能返回 null,表示取不到有效值。
4836
+ */
4837
+ Release: PendingRelease
4838
+
4839
+ /**
4840
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4841
+ */
4842
+ RequestId?: string
4843
+ }
4844
+
4609
4845
  /**
4610
4846
  * DescribePrometheusAlertPolicy请求参数结构体
4611
4847
  */
@@ -5131,13 +5367,14 @@ export interface CreateClusterEndpointRequest {
5131
5367
  }
5132
5368
 
5133
5369
  /**
5134
- * DeletePrometheusClusterAgent返回参数结构体
5370
+ * 探针在容器内执行检测命令参数类型
5135
5371
  */
5136
- export interface DeletePrometheusClusterAgentResponse {
5372
+ export interface Exec {
5137
5373
  /**
5138
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5139
- */
5140
- RequestId?: string
5374
+ * 容器内检测的命令
5375
+ 注意:此字段可能返回 null,表示取不到有效值。
5376
+ */
5377
+ Commands?: Array<string>
5141
5378
  }
5142
5379
 
5143
5380
  /**
@@ -6043,16 +6280,32 @@ export interface PrometheusTemplateModify {
6043
6280
  }
6044
6281
 
6045
6282
  /**
6046
- * 集群版本信息
6283
+ * RollbackClusterRelease返回参数结构体
6047
6284
  */
6048
- export interface ClusterVersion {
6049
- /**
6050
- * 集群ID
6051
- */
6052
- ClusterId: string
6053
-
6285
+ export interface RollbackClusterReleaseResponse {
6054
6286
  /**
6055
- * 集群主版本号列表,例如1.18.4
6287
+ * 应用详情
6288
+ 注意:此字段可能返回 null,表示取不到有效值。
6289
+ */
6290
+ Release: PendingRelease
6291
+
6292
+ /**
6293
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6294
+ */
6295
+ RequestId?: string
6296
+ }
6297
+
6298
+ /**
6299
+ * 集群版本信息
6300
+ */
6301
+ export interface ClusterVersion {
6302
+ /**
6303
+ * 集群ID
6304
+ */
6305
+ ClusterId: string
6306
+
6307
+ /**
6308
+ * 集群主版本号列表,例如1.18.4
6056
6309
  */
6057
6310
  Versions: Array<string>
6058
6311
  }
@@ -6197,6 +6450,40 @@ export interface DNSConfigOption {
6197
6450
  Value: string
6198
6451
  }
6199
6452
 
6453
+ /**
6454
+ * DescribeClusterReleases返回参数结构体
6455
+ */
6456
+ export interface DescribeClusterReleasesResponse {
6457
+ /**
6458
+ * 数量限制
6459
+ 注意:此字段可能返回 null,表示取不到有效值。
6460
+ */
6461
+ Limit: number
6462
+
6463
+ /**
6464
+ * 偏移量
6465
+ 注意:此字段可能返回 null,表示取不到有效值。
6466
+ */
6467
+ Offset: number
6468
+
6469
+ /**
6470
+ * 已安装应用列表
6471
+ 注意:此字段可能返回 null,表示取不到有效值。
6472
+ */
6473
+ ReleaseSet: Array<Release>
6474
+
6475
+ /**
6476
+ * 已安装应用总数量
6477
+ 注意:此字段可能返回 null,表示取不到有效值。
6478
+ */
6479
+ Total: number
6480
+
6481
+ /**
6482
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6483
+ */
6484
+ RequestId?: string
6485
+ }
6486
+
6200
6487
  /**
6201
6488
  * AddNodeToNodePool请求参数结构体
6202
6489
  */
@@ -6247,6 +6534,31 @@ export interface ModifyPrometheusGlobalNotificationResponse {
6247
6534
  RequestId?: string
6248
6535
  }
6249
6536
 
6537
+ /**
6538
+ * UninstallClusterRelease请求参数结构体
6539
+ */
6540
+ export interface UninstallClusterReleaseRequest {
6541
+ /**
6542
+ * 集群ID
6543
+ */
6544
+ ClusterId: string
6545
+
6546
+ /**
6547
+ * 应用名称
6548
+ */
6549
+ Name: string
6550
+
6551
+ /**
6552
+ * 应用命名空间
6553
+ */
6554
+ Namespace: string
6555
+
6556
+ /**
6557
+ * 集群类型
6558
+ */
6559
+ ClusterType?: string
6560
+ }
6561
+
6250
6562
  /**
6251
6563
  * ForwardTKEEdgeApplicationRequestV3返回参数结构体
6252
6564
  */
@@ -6789,14 +7101,28 @@ export interface DescribeClusterLevelAttributeRequest {
6789
7101
  }
6790
7102
 
6791
7103
  /**
6792
- * 探针在容器内执行检测命令参数类型
7104
+ * DescribeClusterReleaseDetails请求参数结构体
6793
7105
  */
6794
- export interface Exec {
7106
+ export interface DescribeClusterReleaseDetailsRequest {
6795
7107
  /**
6796
- * 容器内检测的命令
6797
- 注意:此字段可能返回 null,表示取不到有效值。
6798
- */
6799
- Commands?: Array<string>
7108
+ * 集群ID
7109
+ */
7110
+ ClusterId: string
7111
+
7112
+ /**
7113
+ * 应用名称
7114
+ */
7115
+ Name: string
7116
+
7117
+ /**
7118
+ * 应用所在命名空间
7119
+ */
7120
+ Namespace: string
7121
+
7122
+ /**
7123
+ * 集群类型
7124
+ */
7125
+ ClusterType?: string
6800
7126
  }
6801
7127
 
6802
7128
  /**
@@ -6864,6 +7190,41 @@ export interface CreateECMInstancesRequest {
6864
7190
  SecurityGroupIds?: Array<string>
6865
7191
  }
6866
7192
 
7193
+ /**
7194
+ * DescribeClusterReleases请求参数结构体
7195
+ */
7196
+ export interface DescribeClusterReleasesRequest {
7197
+ /**
7198
+ * 集群id
7199
+ */
7200
+ ClusterId: string
7201
+
7202
+ /**
7203
+ * 每页数量限制
7204
+ */
7205
+ Limit?: number
7206
+
7207
+ /**
7208
+ * 页偏移量
7209
+ */
7210
+ Offset?: number
7211
+
7212
+ /**
7213
+ * helm Release 安装的namespace
7214
+ */
7215
+ Namespace?: string
7216
+
7217
+ /**
7218
+ * helm Release 的名字
7219
+ */
7220
+ ReleaseName?: string
7221
+
7222
+ /**
7223
+ * helm Chart 的名字
7224
+ */
7225
+ ChartName?: string
7226
+ }
7227
+
6867
7228
  /**
6868
7229
  * 接入k8s 的认证信息
6869
7230
  */
@@ -6901,6 +7262,40 @@ Name: 通过实例名称来过滤
6901
7262
  Filters?: Array<Filter>
6902
7263
  }
6903
7264
 
7265
+ /**
7266
+ * DescribeClusterPendingReleases返回参数结构体
7267
+ */
7268
+ export interface DescribeClusterPendingReleasesResponse {
7269
+ /**
7270
+ * 正在安装中应用列表
7271
+ 注意:此字段可能返回 null,表示取不到有效值。
7272
+ */
7273
+ ReleaseSet: Array<PendingRelease>
7274
+
7275
+ /**
7276
+ * 每页返回数量限制
7277
+ 注意:此字段可能返回 null,表示取不到有效值。
7278
+ */
7279
+ Limit: number
7280
+
7281
+ /**
7282
+ * 页偏移量
7283
+ 注意:此字段可能返回 null,表示取不到有效值。
7284
+ */
7285
+ Offset: number
7286
+
7287
+ /**
7288
+ * 总数量
7289
+ 注意:此字段可能返回 null,表示取不到有效值。
7290
+ */
7291
+ Total: number
7292
+
7293
+ /**
7294
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7295
+ */
7296
+ RequestId?: string
7297
+ }
7298
+
6904
7299
  /**
6905
7300
  * 描述了k8s节点数据盘相关配置与信息。
6906
7301
  */
@@ -7368,6 +7763,16 @@ export interface DescribeClusterAuthenticationOptionsResponse {
7368
7763
  RequestId?: string
7369
7764
  }
7370
7765
 
7766
+ /**
7767
+ * DeletePrometheusClusterAgent返回参数结构体
7768
+ */
7769
+ export interface DeletePrometheusClusterAgentResponse {
7770
+ /**
7771
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7772
+ */
7773
+ RequestId?: string
7774
+ }
7775
+
7371
7776
  /**
7372
7777
  * CreateClusterRelease请求参数结构体
7373
7778
  */
@@ -7463,6 +7868,99 @@ export interface AddClusterCIDRResponse {
7463
7868
  RequestId?: string
7464
7869
  }
7465
7870
 
7871
+ /**
7872
+ * 应用市场的安装应用详情
7873
+ */
7874
+ export interface ReleaseDetails {
7875
+ /**
7876
+ * 应用名称
7877
+ */
7878
+ Name: string
7879
+
7880
+ /**
7881
+ * 应用所在命名空间
7882
+ */
7883
+ Namespace: string
7884
+
7885
+ /**
7886
+ * 应用当前版本
7887
+ 注意:此字段可能返回 null,表示取不到有效值。
7888
+ */
7889
+ Version: number
7890
+
7891
+ /**
7892
+ * 应用状态
7893
+ 注意:此字段可能返回 null,表示取不到有效值。
7894
+ */
7895
+ Status: string
7896
+
7897
+ /**
7898
+ * 应用描述
7899
+ 注意:此字段可能返回 null,表示取不到有效值。
7900
+ */
7901
+ Description: string
7902
+
7903
+ /**
7904
+ * 应用提示
7905
+ 注意:此字段可能返回 null,表示取不到有效值。
7906
+ */
7907
+ Notes: string
7908
+
7909
+ /**
7910
+ * 用户自定义参数
7911
+ 注意:此字段可能返回 null,表示取不到有效值。
7912
+ */
7913
+ Config: string
7914
+
7915
+ /**
7916
+ * 应用资源详情
7917
+ 注意:此字段可能返回 null,表示取不到有效值。
7918
+ */
7919
+ Manifest: string
7920
+
7921
+ /**
7922
+ * 应用制品版本
7923
+ 注意:此字段可能返回 null,表示取不到有效值。
7924
+ */
7925
+ ChartVersion: string
7926
+
7927
+ /**
7928
+ * 应用制品名称
7929
+ 注意:此字段可能返回 null,表示取不到有效值。
7930
+ */
7931
+ ChartName: string
7932
+
7933
+ /**
7934
+ * 应用制品描述
7935
+ 注意:此字段可能返回 null,表示取不到有效值。
7936
+ */
7937
+ ChartDescription: string
7938
+
7939
+ /**
7940
+ * 应用制品app版本
7941
+ 注意:此字段可能返回 null,表示取不到有效值。
7942
+ */
7943
+ AppVersion: string
7944
+
7945
+ /**
7946
+ * 应用首次部署时间
7947
+ 注意:此字段可能返回 null,表示取不到有效值。
7948
+ */
7949
+ FirstDeployedTime: string
7950
+
7951
+ /**
7952
+ * 应用最近部署时间
7953
+ 注意:此字段可能返回 null,表示取不到有效值。
7954
+ */
7955
+ LastDeployedTime: string
7956
+
7957
+ /**
7958
+ * 应用参数
7959
+ 注意:此字段可能返回 null,表示取不到有效值。
7960
+ */
7961
+ ComputedValues: string
7962
+ }
7963
+
7466
7964
  /**
7467
7965
  * DescribePrometheusInstanceInitStatus请求参数结构体
7468
7966
  */
@@ -7571,23 +8069,23 @@ export interface CreatePrometheusAlertPolicyRequest {
7571
8069
  }
7572
8070
 
7573
8071
  /**
7574
- * GetTkeAppChartList请求参数结构体
8072
+ * DescribeImageCaches返回参数结构体
7575
8073
  */
7576
- export interface GetTkeAppChartListRequest {
8074
+ export interface DescribeImageCachesResponse {
7577
8075
  /**
7578
- * app类型,取值log,scheduler,network,storage,monitor,dns,image,other,invisible
8076
+ * 镜像缓存总数
7579
8077
  */
7580
- Kind?: string
8078
+ TotalCount: number
7581
8079
 
7582
8080
  /**
7583
- * app支持的操作系统,取值arm32、arm64、amd64
8081
+ * 镜像缓存信息列表
7584
8082
  */
7585
- Arch?: string
8083
+ ImageCaches: Array<ImageCache>
7586
8084
 
7587
8085
  /**
7588
- * 集群类型,取值tke、eks
8086
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7589
8087
  */
7590
- ClusterType?: string
8088
+ RequestId?: string
7591
8089
  }
7592
8090
 
7593
8091
  /**
@@ -7843,26 +8341,6 @@ export interface DisableClusterDeletionProtectionRequest {
7843
8341
  ClusterId: string
7844
8342
  }
7845
8343
 
7846
- /**
7847
- * DescribeImageCaches返回参数结构体
7848
- */
7849
- export interface DescribeImageCachesResponse {
7850
- /**
7851
- * 镜像缓存总数
7852
- */
7853
- TotalCount: number
7854
-
7855
- /**
7856
- * 镜像缓存信息列表
7857
- */
7858
- ImageCaches: Array<ImageCache>
7859
-
7860
- /**
7861
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7862
- */
7863
- RequestId?: string
7864
- }
7865
-
7866
8344
  /**
7867
8345
  * prometheus一个job的targets
7868
8346
  */
@@ -8110,6 +8588,22 @@ export interface SyncPrometheusTemplateResponse {
8110
8588
  RequestId?: string
8111
8589
  }
8112
8590
 
8591
+ /**
8592
+ * UninstallClusterRelease返回参数结构体
8593
+ */
8594
+ export interface UninstallClusterReleaseResponse {
8595
+ /**
8596
+ * 应用详情
8597
+ 注意:此字段可能返回 null,表示取不到有效值。
8598
+ */
8599
+ Release: PendingRelease
8600
+
8601
+ /**
8602
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8603
+ */
8604
+ RequestId?: string
8605
+ }
8606
+
8113
8607
  /**
8114
8608
  * 集群伸缩组属性
8115
8609
  */
@@ -8408,6 +8902,22 @@ export interface InstanceAdvancedSettings {
8408
8902
  Taints: Array<Taint>
8409
8903
  }
8410
8904
 
8905
+ /**
8906
+ * CancelClusterRelease返回参数结构体
8907
+ */
8908
+ export interface CancelClusterReleaseResponse {
8909
+ /**
8910
+ * 应用信息
8911
+ 注意:此字段可能返回 null,表示取不到有效值。
8912
+ */
8913
+ Release: PendingRelease
8914
+
8915
+ /**
8916
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
8917
+ */
8918
+ RequestId?: string
8919
+ }
8920
+
8411
8921
  /**
8412
8922
  * UpdateEdgeClusterVersion返回参数结构体
8413
8923
  */
@@ -8608,6 +9118,57 @@ export interface PrometheusAlertRuleDetail {
8608
9118
  Interval?: string
8609
9119
  }
8610
9120
 
9121
+ /**
9122
+ * 应用市场中部署的应用版本历史
9123
+ */
9124
+ export interface ReleaseHistory {
9125
+ /**
9126
+ * 应用名称
9127
+ */
9128
+ Name: string
9129
+
9130
+ /**
9131
+ * 应用命名空间
9132
+ */
9133
+ Namespace: string
9134
+
9135
+ /**
9136
+ * 应用版本
9137
+ 注意:此字段可能返回 null,表示取不到有效值。
9138
+ */
9139
+ Revision: number
9140
+
9141
+ /**
9142
+ * 应用状态
9143
+ 注意:此字段可能返回 null,表示取不到有效值。
9144
+ */
9145
+ Status: string
9146
+
9147
+ /**
9148
+ * 应用制品名称
9149
+ 注意:此字段可能返回 null,表示取不到有效值。
9150
+ */
9151
+ Chart: string
9152
+
9153
+ /**
9154
+ * 应用制品版本
9155
+ 注意:此字段可能返回 null,表示取不到有效值。
9156
+ */
9157
+ AppVersion: string
9158
+
9159
+ /**
9160
+ * 应用更新时间
9161
+ 注意:此字段可能返回 null,表示取不到有效值。
9162
+ */
9163
+ UpdatedTime: string
9164
+
9165
+ /**
9166
+ * 应用描述
9167
+ 注意:此字段可能返回 null,表示取不到有效值。
9168
+ */
9169
+ Description: string
9170
+ }
9171
+
8611
9172
  /**
8612
9173
  * DescribeClusterInstances返回参数结构体
8613
9174
  */
@@ -9086,6 +9647,63 @@ export interface CreateClusterRouteResponse {
9086
9647
  RequestId?: string
9087
9648
  }
9088
9649
 
9650
+ /**
9651
+ * 应用市场部署的应用结构
9652
+ */
9653
+ export interface Release {
9654
+ /**
9655
+ * 应用名称
9656
+ */
9657
+ Name: string
9658
+
9659
+ /**
9660
+ * 应用命名空间
9661
+ */
9662
+ Namespace: string
9663
+
9664
+ /**
9665
+ * 应用当前版本
9666
+ 注意:此字段可能返回 null,表示取不到有效值。
9667
+ */
9668
+ Revision: string
9669
+
9670
+ /**
9671
+ * 应用状态
9672
+ 注意:此字段可能返回 null,表示取不到有效值。
9673
+ */
9674
+ Status: string
9675
+
9676
+ /**
9677
+ * 制品名称
9678
+ 注意:此字段可能返回 null,表示取不到有效值。
9679
+ */
9680
+ ChartName: string
9681
+
9682
+ /**
9683
+ * 制品版本
9684
+ 注意:此字段可能返回 null,表示取不到有效值。
9685
+ */
9686
+ ChartVersion: string
9687
+
9688
+ /**
9689
+ * 制品应用版本
9690
+ 注意:此字段可能返回 null,表示取不到有效值。
9691
+ */
9692
+ AppVersion: string
9693
+
9694
+ /**
9695
+ * 更新时间
9696
+ 注意:此字段可能返回 null,表示取不到有效值。
9697
+ */
9698
+ UpdatedTime: string
9699
+
9700
+ /**
9701
+ * 应用描述
9702
+ 注意:此字段可能返回 null,表示取不到有效值。
9703
+ */
9704
+ Description: string
9705
+ }
9706
+
9089
9707
  /**
9090
9708
  * CreateClusterNodePoolFromExistingAsg返回参数结构体
9091
9709
  */
@@ -11376,6 +11994,34 @@ export interface GPUArgs {
11376
11994
  CustomDriver?: CustomDriver
11377
11995
  }
11378
11996
 
11997
+ /**
11998
+ * 路由表冲突对象
11999
+ */
12000
+ export interface RouteTableConflict {
12001
+ /**
12002
+ * 路由表类型。
12003
+ */
12004
+ RouteTableType: string
12005
+
12006
+ /**
12007
+ * 路由表CIDR。
12008
+ 注意:此字段可能返回 null,表示取不到有效值。
12009
+ */
12010
+ RouteTableCidrBlock: string
12011
+
12012
+ /**
12013
+ * 路由表名称。
12014
+ 注意:此字段可能返回 null,表示取不到有效值。
12015
+ */
12016
+ RouteTableName: string
12017
+
12018
+ /**
12019
+ * 路由表ID。
12020
+ 注意:此字段可能返回 null,表示取不到有效值。
12021
+ */
12022
+ RouteTableId: string
12023
+ }
12024
+
11379
12025
  /**
11380
12026
  * 托管prometheus实例概览
11381
12027
  */