tencentcloud-sdk-nodejs-tke 4.1.128 → 4.1.129
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
|
@@ -485,7 +485,13 @@ export interface Addon {
|
|
|
485
485
|
*/
|
|
486
486
|
RawValues?: string;
|
|
487
487
|
/**
|
|
488
|
-
* addon
|
|
488
|
+
* addon的状态:
|
|
489
|
+
- Installing:安装中
|
|
490
|
+
- Upgrading:升级中
|
|
491
|
+
- Terminating:删除中
|
|
492
|
+
- Succeeded:安装/升级成功
|
|
493
|
+
- InstallFailed:安装失败
|
|
494
|
+
- UpgradFailed:升级失败
|
|
489
495
|
*/
|
|
490
496
|
Phase?: string;
|
|
491
497
|
/**
|
|
@@ -1192,11 +1198,11 @@ export interface ExtensionAddon {
|
|
|
1192
1198
|
*/
|
|
1193
1199
|
export interface DescribeAddonValuesRequest {
|
|
1194
1200
|
/**
|
|
1195
|
-
* 集群ID
|
|
1201
|
+
* 集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。
|
|
1196
1202
|
*/
|
|
1197
1203
|
ClusterId: string;
|
|
1198
1204
|
/**
|
|
1199
|
-
* addon
|
|
1205
|
+
* addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。
|
|
1200
1206
|
*/
|
|
1201
1207
|
AddonName: string;
|
|
1202
1208
|
}
|
|
@@ -1611,11 +1617,11 @@ export interface DescribeImageCachesRequest {
|
|
|
1611
1617
|
*/
|
|
1612
1618
|
export interface DeleteAddonRequest {
|
|
1613
1619
|
/**
|
|
1614
|
-
* 集群ID
|
|
1620
|
+
* 集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。
|
|
1615
1621
|
*/
|
|
1616
1622
|
ClusterId: string;
|
|
1617
1623
|
/**
|
|
1618
|
-
* addon
|
|
1624
|
+
* addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。
|
|
1619
1625
|
*/
|
|
1620
1626
|
AddonName: string;
|
|
1621
1627
|
}
|
|
@@ -8553,7 +8559,7 @@ export interface ReleaseDetails {
|
|
|
8553
8559
|
*/
|
|
8554
8560
|
export interface DescribeAddonRequest {
|
|
8555
8561
|
/**
|
|
8556
|
-
* 集群ID
|
|
8562
|
+
* 集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。
|
|
8557
8563
|
*/
|
|
8558
8564
|
ClusterId: string;
|
|
8559
8565
|
/**
|
|
@@ -10111,11 +10117,11 @@ export interface ModifyClusterAuthenticationOptionsResponse {
|
|
|
10111
10117
|
*/
|
|
10112
10118
|
export interface UpdateAddonRequest {
|
|
10113
10119
|
/**
|
|
10114
|
-
* 集群ID
|
|
10120
|
+
* 集群ID,请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。
|
|
10115
10121
|
*/
|
|
10116
10122
|
ClusterId: string;
|
|
10117
10123
|
/**
|
|
10118
|
-
* addon
|
|
10124
|
+
* addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。
|
|
10119
10125
|
*/
|
|
10120
10126
|
AddonName: string;
|
|
10121
10127
|
/**
|
|
@@ -10123,7 +10129,7 @@ export interface UpdateAddonRequest {
|
|
|
10123
10129
|
*/
|
|
10124
10130
|
AddonVersion?: string;
|
|
10125
10131
|
/**
|
|
10126
|
-
* addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取,不传RawValues时AddonVersion
|
|
10132
|
+
* addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取,不传RawValues时AddonVersion必传)。
|
|
10127
10133
|
*/
|
|
10128
10134
|
RawValues?: string;
|
|
10129
10135
|
/**
|
|
@@ -10131,7 +10137,7 @@ export interface UpdateAddonRequest {
|
|
|
10131
10137
|
*/
|
|
10132
10138
|
UpdateStrategy?: string;
|
|
10133
10139
|
/**
|
|
10134
|
-
* 是否仅做更新检查,设置为true
|
|
10140
|
+
* 是否仅做更新检查,设置为true时仅做检查,不会更新组件。默认值为 false。
|
|
10135
10141
|
*/
|
|
10136
10142
|
DryRun?: boolean;
|
|
10137
10143
|
}
|
|
@@ -12558,11 +12564,11 @@ export interface DeletePrometheusRecordRuleYamlRequest {
|
|
|
12558
12564
|
*/
|
|
12559
12565
|
export interface InstallAddonRequest {
|
|
12560
12566
|
/**
|
|
12561
|
-
* 集群ID(仅支持标准tke
|
|
12567
|
+
* 集群ID(仅支持标准tke集群),请从容器服务控制台集群列表中获取(https://console.cloud.tencent.com/tke2/cluster)。
|
|
12562
12568
|
*/
|
|
12563
12569
|
ClusterId: string;
|
|
12564
12570
|
/**
|
|
12565
|
-
* addon
|
|
12571
|
+
* addon名称,请从容器服务控制台进入集群详情页后,在组件管理页面中获取。
|
|
12566
12572
|
*/
|
|
12567
12573
|
AddonName: string;
|
|
12568
12574
|
/**
|
|
@@ -12574,7 +12580,7 @@ export interface InstallAddonRequest {
|
|
|
12574
12580
|
*/
|
|
12575
12581
|
RawValues?: string;
|
|
12576
12582
|
/**
|
|
12577
|
-
* 是否仅做安装检查,设置为true
|
|
12583
|
+
* 是否仅做安装检查,设置为true时仅做检查,不会安装组件。默认值为 false。
|
|
12578
12584
|
*/
|
|
12579
12585
|
DryRun?: boolean;
|
|
12580
12586
|
}
|