tencentcloud-sdk-nodejs-tke 4.0.1029 → 4.0.1041
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.
|
@@ -346,7 +346,6 @@ export interface CreateNativeNodePoolParam {
|
|
|
346
346
|
export interface DescribeNodePoolsResponse {
|
|
347
347
|
/**
|
|
348
348
|
* 节点池列表
|
|
349
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
350
349
|
*/
|
|
351
350
|
NodePools?: Array<NodePool>
|
|
352
351
|
/**
|
|
@@ -398,7 +397,6 @@ export interface DescribeClusterInstancesResponse {
|
|
|
398
397
|
InstanceSet?: Array<Instance>
|
|
399
398
|
/**
|
|
400
399
|
* 错误信息集合
|
|
401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
402
400
|
*/
|
|
403
401
|
Errors?: Array<string>
|
|
404
402
|
/**
|
|
@@ -1251,7 +1249,6 @@ export interface DescribeHealthCheckPolicyBindingsResponse {
|
|
|
1251
1249
|
HealthCheckPolicyBindings?: Array<HealthCheckPolicyBinding>
|
|
1252
1250
|
/**
|
|
1253
1251
|
* 健康检测规则数量
|
|
1254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1255
1252
|
*/
|
|
1256
1253
|
TotalCount?: number
|
|
1257
1254
|
/**
|
|
@@ -1599,7 +1596,6 @@ export interface DescribeHealthCheckPoliciesResponse {
|
|
|
1599
1596
|
HealthCheckPolicies?: Array<HealthCheckPolicy>
|
|
1600
1597
|
/**
|
|
1601
1598
|
* 数组总数目
|
|
1602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1603
1599
|
*/
|
|
1604
1600
|
TotalCount?: number
|
|
1605
1601
|
/**
|