tencentcloud-sdk-nodejs-tke 4.1.135 → 4.1.136
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/es/services/tke/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tke: {
|
|
2
|
-
v20220501: {
|
|
3
|
-
Client: typeof import("./v20220501/tke_client").Client;
|
|
4
|
-
Models: typeof import("./v20220501/tke_models");
|
|
5
|
-
};
|
|
6
2
|
v20180525: {
|
|
7
3
|
Client: typeof import("./v20180525/tke_client").Client;
|
|
8
4
|
Models: typeof import("./v20180525/tke_models");
|
|
9
5
|
};
|
|
6
|
+
v20220501: {
|
|
7
|
+
Client: typeof import("./v20220501/tke_client").Client;
|
|
8
|
+
Models: typeof import("./v20220501/tke_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tke = void 0;
|
|
4
|
-
const v20220501_1 = require("./v20220501");
|
|
5
4
|
const v20180525_1 = require("./v20180525");
|
|
5
|
+
const v20220501_1 = require("./v20220501");
|
|
6
6
|
exports.tke = {
|
|
7
|
-
v20220501: v20220501_1.v20220501,
|
|
8
7
|
v20180525: v20180525_1.v20180525,
|
|
8
|
+
v20220501: v20220501_1.v20220501,
|
|
9
9
|
};
|
|
@@ -3007,7 +3007,7 @@ export interface DescribeSupportedRuntimeRequest {
|
|
|
3007
3007
|
*/
|
|
3008
3008
|
export interface AddVpcCniSubnetsRequest {
|
|
3009
3009
|
/**
|
|
3010
|
-
* 集群ID
|
|
3010
|
+
* 集群 ID,请[登录控制台](https://console.cloud.tencent.com/tke2/cluster)在集群列表复制ID
|
|
3011
3011
|
*/
|
|
3012
3012
|
ClusterId: string;
|
|
3013
3013
|
/**
|
|
@@ -3521,7 +3521,7 @@ export interface DeleteEdgeCVMInstancesResponse {
|
|
|
3521
3521
|
*/
|
|
3522
3522
|
export interface DescribeIPAMDRequest {
|
|
3523
3523
|
/**
|
|
3524
|
-
* 集群ID
|
|
3524
|
+
* 集群 ID,请[登录控制台](https://console.cloud.tencent.com/tke2/cluster)在集群列表复制ID
|
|
3525
3525
|
*/
|
|
3526
3526
|
ClusterId: string;
|
|
3527
3527
|
}
|
|
@@ -5836,7 +5836,7 @@ export interface InstanceUpgradeClusterStatus {
|
|
|
5836
5836
|
*/
|
|
5837
5837
|
export interface DescribeClusterRoutesRequest {
|
|
5838
5838
|
/**
|
|
5839
|
-
*
|
|
5839
|
+
* 路由表名称。与集群 ID 一致,可以到[集群控制台](https://console.cloud.tencent.com/tke2)进行复制。
|
|
5840
5840
|
*/
|
|
5841
5841
|
RouteTableName: string;
|
|
5842
5842
|
/**
|
|
@@ -5983,11 +5983,11 @@ export interface EnableClusterAuditRequest {
|
|
|
5983
5983
|
*/
|
|
5984
5984
|
ClusterId: string;
|
|
5985
5985
|
/**
|
|
5986
|
-
* CLS日志集ID
|
|
5986
|
+
* CLS日志集ID,可以通过cls接口或者控制台获取
|
|
5987
5987
|
*/
|
|
5988
5988
|
LogsetId?: string;
|
|
5989
5989
|
/**
|
|
5990
|
-
* CLS日志主题ID
|
|
5990
|
+
* CLS日志主题ID,可以通过cls接口或者控制台获取
|
|
5991
5991
|
*/
|
|
5992
5992
|
TopicId?: string;
|
|
5993
5993
|
/**
|
|
@@ -7733,7 +7733,7 @@ export interface CreateCLSLogConfigRequest {
|
|
|
7733
7733
|
*/
|
|
7734
7734
|
LogsetId?: string;
|
|
7735
7735
|
/**
|
|
7736
|
-
* 当前集群类型支持tke
|
|
7736
|
+
* 当前集群类型支持tke(标准集群)、eks(serverless集群)
|
|
7737
7737
|
*/
|
|
7738
7738
|
ClusterType?: string;
|
|
7739
7739
|
}
|
|
@@ -10152,11 +10152,11 @@ export interface EnableEventPersistenceRequest {
|
|
|
10152
10152
|
*/
|
|
10153
10153
|
ClusterId: string;
|
|
10154
10154
|
/**
|
|
10155
|
-
* cls服务的logsetID
|
|
10155
|
+
* cls服务的logsetID,通过cls接口或者控制台获取
|
|
10156
10156
|
*/
|
|
10157
10157
|
LogsetId?: string;
|
|
10158
10158
|
/**
|
|
10159
|
-
* cls服务的topicID
|
|
10159
|
+
* cls服务的topicID,通过cls接口或者控制台获取
|
|
10160
10160
|
*/
|
|
10161
10161
|
TopicId?: string;
|
|
10162
10162
|
/**
|
|
@@ -10753,7 +10753,7 @@ export interface DescribeRouteTableConflictsRequest {
|
|
|
10753
10753
|
*/
|
|
10754
10754
|
RouteTableCidrBlock: string;
|
|
10755
10755
|
/**
|
|
10756
|
-
* 路由表绑定的VPC
|
|
10756
|
+
* 路由表绑定的VPC,请到 [VPC 控制台](https://console.cloud.tencent.com/vpc/vpc)复制 VPC ID
|
|
10757
10757
|
*/
|
|
10758
10758
|
VpcId: string;
|
|
10759
10759
|
}
|
|
@@ -12896,6 +12896,7 @@ export interface GPUArgs {
|
|
|
12896
12896
|
export interface RouteTableConflict {
|
|
12897
12897
|
/**
|
|
12898
12898
|
* 路由表类型。
|
|
12899
|
+
枚举值:CcsCluster、Vpc、VpcRouteTable、CcsClusterRouteTable
|
|
12899
12900
|
*/
|
|
12900
12901
|
RouteTableType?: string;
|
|
12901
12902
|
/**
|
|
@@ -709,13 +709,13 @@ export interface RebootMachinesResponse {
|
|
|
709
709
|
export interface InstanceChargePrepaid {
|
|
710
710
|
/**
|
|
711
711
|
* 后付费计费周期,单位(月):
|
|
712
|
-
1,2,3,4,5
|
|
712
|
+
1,2,3,4,5,6,7, 8,9,10,11,12,24,36,48,60
|
|
713
713
|
*/
|
|
714
|
-
Period
|
|
714
|
+
Period?: number;
|
|
715
715
|
/**
|
|
716
716
|
* 预付费续费方式:
|
|
717
|
-
- NOTIFY_AND_AUTO_RENEW:通知用户过期,且自动续费
|
|
718
|
-
- NOTIFY_AND_MANUAL_RENEW:通知用户过期,但不自动续费
|
|
717
|
+
- NOTIFY_AND_AUTO_RENEW:通知用户过期,且自动续费
|
|
718
|
+
- NOTIFY_AND_MANUAL_RENEW:通知用户过期,但不自动续费(默认)
|
|
719
719
|
- DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知用户过期,也不自动续费
|
|
720
720
|
|
|
721
721
|
*/
|
|
@@ -956,6 +956,10 @@ export interface UpdateNativeNodePoolParam {
|
|
|
956
956
|
* 期望节点数
|
|
957
957
|
*/
|
|
958
958
|
Replicas?: number;
|
|
959
|
+
/**
|
|
960
|
+
* 是否更新存量节点
|
|
961
|
+
*/
|
|
962
|
+
UpdateExistedNode?: boolean;
|
|
959
963
|
/**
|
|
960
964
|
* 数据盘列表
|
|
961
965
|
*/
|