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
|
@@ -188,7 +188,7 @@ export interface ModifyClusterImageResponse {
|
|
|
188
188
|
RequestId?: string;
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
|
-
* EKS
|
|
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
|
|
7424
|
+
* EKS Container Instance Id
|
|
7425
7425
|
*/
|
|
7426
7426
|
EksCiId?: string;
|
|
7427
7427
|
/**
|
|
7428
|
-
* EKS
|
|
7428
|
+
* EKS Container Instance Name
|
|
7429
7429
|
*/
|
|
7430
7430
|
EksCiName?: string;
|
|
7431
7431
|
/**
|