tencentcloud-sdk-nodejs-tke 4.1.205 → 4.1.206

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-tke",
3
- "version": "4.1.205",
3
+ "version": "4.1.206",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -11423,7 +11423,7 @@ export interface UpdateAddonRequest {
11423
11423
  */
11424
11424
  AddonVersion?: string;
11425
11425
  /**
11426
- * addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取,不传RawValues时AddonVersion必传)。
11426
+ * addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取,不传RawValues时AddonVersion必传)。不同的addon组件支持的RawValues参数参考文档:https://cloud.tencent.com/document/product/457/39048。
11427
11427
  */
11428
11428
  RawValues?: string;
11429
11429
  /**
@@ -14356,7 +14356,7 @@ export interface InstallAddonRequest {
14356
14356
  */
14357
14357
  AddonVersion?: string;
14358
14358
  /**
14359
- * addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取)
14359
+ * addon的参数,是一个json格式的base64转码后的字符串(addon参数由DescribeAddonValues获取)。不同的addon组件支持的RawValues参数参考文档:https://cloud.tencent.com/document/product/457/39048。
14360
14360
  */
14361
14361
  RawValues?: string;
14362
14362
  /**