tencentcloud-sdk-nodejs-tsf 4.1.152 → 4.1.155

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.152",
3
+ "version": "4.1.155",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -13759,7 +13759,7 @@ export interface CreateClusterRequest {
13759
13759
  */
13760
13760
  KuberneteApiServer?: string;
13761
13761
  /**
13762
- * K : kubeconfig, S : service account
13762
+ * K : kubeconfig, S : service account (公有云不支持通过kubeconfig和service account的方式创建集群)
13763
13763
  */
13764
13764
  KuberneteNativeType?: string;
13765
13765
  /**