tencentcloud-sdk-nodejs-tke 4.1.223 → 4.1.236
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
|
@@ -19,7 +19,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
19
19
|
*/
|
|
20
20
|
CreateECMInstances(req: CreateECMInstancesRequest, cb?: (error: string, rep: CreateECMInstancesResponse) => void): Promise<CreateECMInstancesResponse>;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* 查看超级节点列表,仅支持TKE标准集群
|
|
23
23
|
*/
|
|
24
24
|
DescribeClusterVirtualNode(req: DescribeClusterVirtualNodeRequest, cb?: (error: string, rep: DescribeClusterVirtualNodeResponse) => void): Promise<DescribeClusterVirtualNodeResponse>;
|
|
25
25
|
/**
|
|
@@ -47,7 +47,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
47
47
|
return this.request("CreateECMInstances", req, cb);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* 查看超级节点列表,仅支持TKE标准集群
|
|
51
51
|
*/
|
|
52
52
|
async DescribeClusterVirtualNode(req, cb) {
|
|
53
53
|
return this.request("DescribeClusterVirtualNode", req, cb);
|