tencentcloud-sdk-nodejs-tsf 4.1.110 → 4.1.116

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-tsf",
3
- "version": "4.1.110",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13719,11 +13719,11 @@ export interface CreateClusterRequest {
13719
13719
  */
13720
13720
  KuberneteNativeType?: string;
13721
13721
  /**
13722
- * native secret
13722
+ * Kubernetes 原生 Secret 资源对象
13723
13723
  */
13724
13724
  KuberneteNativeSecret?: string;
13725
13725
  /**
13726
- *
13726
+ * 需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。
13727
13727
  */
13728
13728
  ProgramIdList?: Array<string>;
13729
13729
  /**