tencentcloud-sdk-nodejs-tke 4.1.38 → 4.1.39

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.38",
3
+ "version": "4.1.39",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -188,7 +188,7 @@ export interface ModifyClusterImageResponse {
188
188
  RequestId?: string;
189
189
  }
190
190
  /**
191
- * EKS Instnace CBS volume
191
+ * EKS Instance CBS volume
192
192
  */
193
193
  export interface CbsVolume {
194
194
  /**
@@ -7421,11 +7421,11 @@ export interface EksCi {
7421
7421
  */
7422
7422
  EipAddress?: string;
7423
7423
  /**
7424
- * EKS Cotainer Instance Id
7424
+ * EKS Container Instance Id
7425
7425
  */
7426
7426
  EksCiId?: string;
7427
7427
  /**
7428
- * EKS Cotainer Instance Name
7428
+ * EKS Container Instance Name
7429
7429
  */
7430
7430
  EksCiName?: string;
7431
7431
  /**