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.
|
@@ -320,7 +320,6 @@ export interface CreateNativeNodePoolParam {
|
|
|
320
320
|
export interface DescribeNodePoolsResponse {
|
|
321
321
|
/**
|
|
322
322
|
* 节点池列表
|
|
323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
324
323
|
*/
|
|
325
324
|
NodePools?: Array<NodePool>;
|
|
326
325
|
/**
|
|
@@ -370,7 +369,6 @@ export interface DescribeClusterInstancesResponse {
|
|
|
370
369
|
InstanceSet?: Array<Instance>;
|
|
371
370
|
/**
|
|
372
371
|
* 错误信息集合
|
|
373
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
374
372
|
*/
|
|
375
373
|
Errors?: Array<string>;
|
|
376
374
|
/**
|
|
@@ -1187,7 +1185,6 @@ export interface DescribeHealthCheckPolicyBindingsResponse {
|
|
|
1187
1185
|
HealthCheckPolicyBindings?: Array<HealthCheckPolicyBinding>;
|
|
1188
1186
|
/**
|
|
1189
1187
|
* 健康检测规则数量
|
|
1190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1191
1188
|
*/
|
|
1192
1189
|
TotalCount?: number;
|
|
1193
1190
|
/**
|
|
@@ -1525,7 +1522,6 @@ export interface DescribeHealthCheckPoliciesResponse {
|
|
|
1525
1522
|
HealthCheckPolicies?: Array<HealthCheckPolicy>;
|
|
1526
1523
|
/**
|
|
1527
1524
|
* 数组总数目
|
|
1528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1529
1525
|
*/
|
|
1530
1526
|
TotalCount?: number;
|
|
1531
1527
|
/**
|