@alicloud/cs20151215 3.0.12 → 3.0.15
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/dist/client.d.ts +633 -2
- package/dist/client.js +1151 -39
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1426 -13
package/dist/client.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export declare class AttachInstancesResponse extends $tea.Model {
|
|
|
130
130
|
headers: {
|
|
131
131
|
[key: string]: string;
|
|
132
132
|
};
|
|
133
|
+
statusCode: number;
|
|
133
134
|
body: AttachInstancesResponseBody;
|
|
134
135
|
static names(): {
|
|
135
136
|
[key: string]: string;
|
|
@@ -145,6 +146,7 @@ export declare class CancelClusterUpgradeResponse extends $tea.Model {
|
|
|
145
146
|
headers: {
|
|
146
147
|
[key: string]: string;
|
|
147
148
|
};
|
|
149
|
+
statusCode: number;
|
|
148
150
|
static names(): {
|
|
149
151
|
[key: string]: string;
|
|
150
152
|
};
|
|
@@ -159,6 +161,22 @@ export declare class CancelComponentUpgradeResponse extends $tea.Model {
|
|
|
159
161
|
headers: {
|
|
160
162
|
[key: string]: string;
|
|
161
163
|
};
|
|
164
|
+
statusCode: number;
|
|
165
|
+
static names(): {
|
|
166
|
+
[key: string]: string;
|
|
167
|
+
};
|
|
168
|
+
static types(): {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
};
|
|
171
|
+
constructor(map?: {
|
|
172
|
+
[key: string]: any;
|
|
173
|
+
});
|
|
174
|
+
}
|
|
175
|
+
export declare class CancelTaskResponse extends $tea.Model {
|
|
176
|
+
headers: {
|
|
177
|
+
[key: string]: string;
|
|
178
|
+
};
|
|
179
|
+
statusCode: number;
|
|
162
180
|
static names(): {
|
|
163
181
|
[key: string]: string;
|
|
164
182
|
};
|
|
@@ -185,6 +203,7 @@ export declare class CancelWorkflowResponse extends $tea.Model {
|
|
|
185
203
|
headers: {
|
|
186
204
|
[key: string]: string;
|
|
187
205
|
};
|
|
206
|
+
statusCode: number;
|
|
188
207
|
static names(): {
|
|
189
208
|
[key: string]: string;
|
|
190
209
|
};
|
|
@@ -217,6 +236,7 @@ export declare class CreateAutoscalingConfigResponse extends $tea.Model {
|
|
|
217
236
|
headers: {
|
|
218
237
|
[key: string]: string;
|
|
219
238
|
};
|
|
239
|
+
statusCode: number;
|
|
220
240
|
static names(): {
|
|
221
241
|
[key: string]: string;
|
|
222
242
|
};
|
|
@@ -230,6 +250,7 @@ export declare class CreateAutoscalingConfigResponse extends $tea.Model {
|
|
|
230
250
|
export declare class CreateClusterRequest extends $tea.Model {
|
|
231
251
|
addons?: Addon[];
|
|
232
252
|
apiAudiences?: string;
|
|
253
|
+
chargeType?: string;
|
|
233
254
|
cisEnabled?: boolean;
|
|
234
255
|
cloudMonitorFlags?: boolean;
|
|
235
256
|
clusterDomain?: string;
|
|
@@ -276,6 +297,8 @@ export declare class CreateClusterRequest extends $tea.Model {
|
|
|
276
297
|
nodePortRange?: string;
|
|
277
298
|
numOfNodes?: number;
|
|
278
299
|
osType?: string;
|
|
300
|
+
period?: number;
|
|
301
|
+
periodUnit?: string;
|
|
279
302
|
platform?: string;
|
|
280
303
|
podVswitchIds?: string[];
|
|
281
304
|
profile?: string;
|
|
@@ -340,6 +363,7 @@ export declare class CreateClusterResponse extends $tea.Model {
|
|
|
340
363
|
headers: {
|
|
341
364
|
[key: string]: string;
|
|
342
365
|
};
|
|
366
|
+
statusCode: number;
|
|
343
367
|
body: CreateClusterResponseBody;
|
|
344
368
|
static names(): {
|
|
345
369
|
[key: string]: string;
|
|
@@ -388,6 +412,7 @@ export declare class CreateClusterNodePoolResponse extends $tea.Model {
|
|
|
388
412
|
headers: {
|
|
389
413
|
[key: string]: string;
|
|
390
414
|
};
|
|
415
|
+
statusCode: number;
|
|
391
416
|
body: CreateClusterNodePoolResponseBody;
|
|
392
417
|
static names(): {
|
|
393
418
|
[key: string]: string;
|
|
@@ -430,6 +455,7 @@ export declare class CreateEdgeMachineResponse extends $tea.Model {
|
|
|
430
455
|
headers: {
|
|
431
456
|
[key: string]: string;
|
|
432
457
|
};
|
|
458
|
+
statusCode: number;
|
|
433
459
|
body: CreateEdgeMachineResponseBody;
|
|
434
460
|
static names(): {
|
|
435
461
|
[key: string]: string;
|
|
@@ -476,6 +502,7 @@ export declare class CreateKubernetesTriggerResponse extends $tea.Model {
|
|
|
476
502
|
headers: {
|
|
477
503
|
[key: string]: string;
|
|
478
504
|
};
|
|
505
|
+
statusCode: number;
|
|
479
506
|
body: CreateKubernetesTriggerResponseBody;
|
|
480
507
|
static names(): {
|
|
481
508
|
[key: string]: string;
|
|
@@ -519,6 +546,7 @@ export declare class CreateTemplateResponse extends $tea.Model {
|
|
|
519
546
|
headers: {
|
|
520
547
|
[key: string]: string;
|
|
521
548
|
};
|
|
549
|
+
statusCode: number;
|
|
522
550
|
body: CreateTemplateResponseBody;
|
|
523
551
|
static names(): {
|
|
524
552
|
[key: string]: string;
|
|
@@ -565,6 +593,7 @@ export declare class CreateTriggerResponse extends $tea.Model {
|
|
|
565
593
|
headers: {
|
|
566
594
|
[key: string]: string;
|
|
567
595
|
};
|
|
596
|
+
statusCode: number;
|
|
568
597
|
body: CreateTriggerResponseBody;
|
|
569
598
|
static names(): {
|
|
570
599
|
[key: string]: string;
|
|
@@ -580,6 +609,7 @@ export declare class DeleteAlertContactResponse extends $tea.Model {
|
|
|
580
609
|
headers: {
|
|
581
610
|
[key: string]: string;
|
|
582
611
|
};
|
|
612
|
+
statusCode: number;
|
|
583
613
|
static names(): {
|
|
584
614
|
[key: string]: string;
|
|
585
615
|
};
|
|
@@ -594,6 +624,7 @@ export declare class DeleteAlertContactGroupResponse extends $tea.Model {
|
|
|
594
624
|
headers: {
|
|
595
625
|
[key: string]: string;
|
|
596
626
|
};
|
|
627
|
+
statusCode: number;
|
|
597
628
|
static names(): {
|
|
598
629
|
[key: string]: string;
|
|
599
630
|
};
|
|
@@ -636,6 +667,7 @@ export declare class DeleteClusterResponse extends $tea.Model {
|
|
|
636
667
|
headers: {
|
|
637
668
|
[key: string]: string;
|
|
638
669
|
};
|
|
670
|
+
statusCode: number;
|
|
639
671
|
static names(): {
|
|
640
672
|
[key: string]: string;
|
|
641
673
|
};
|
|
@@ -674,6 +706,7 @@ export declare class DeleteClusterNodepoolResponse extends $tea.Model {
|
|
|
674
706
|
headers: {
|
|
675
707
|
[key: string]: string;
|
|
676
708
|
};
|
|
709
|
+
statusCode: number;
|
|
677
710
|
body: DeleteClusterNodepoolResponseBody;
|
|
678
711
|
static names(): {
|
|
679
712
|
[key: string]: string;
|
|
@@ -717,6 +750,7 @@ export declare class DeleteClusterNodesResponse extends $tea.Model {
|
|
|
717
750
|
headers: {
|
|
718
751
|
[key: string]: string;
|
|
719
752
|
};
|
|
753
|
+
statusCode: number;
|
|
720
754
|
body: DeleteClusterNodesResponseBody;
|
|
721
755
|
static names(): {
|
|
722
756
|
[key: string]: string;
|
|
@@ -744,6 +778,7 @@ export declare class DeleteEdgeMachineResponse extends $tea.Model {
|
|
|
744
778
|
headers: {
|
|
745
779
|
[key: string]: string;
|
|
746
780
|
};
|
|
781
|
+
statusCode: number;
|
|
747
782
|
static names(): {
|
|
748
783
|
[key: string]: string;
|
|
749
784
|
};
|
|
@@ -758,6 +793,7 @@ export declare class DeleteKubernetesTriggerResponse extends $tea.Model {
|
|
|
758
793
|
headers: {
|
|
759
794
|
[key: string]: string;
|
|
760
795
|
};
|
|
796
|
+
statusCode: number;
|
|
761
797
|
static names(): {
|
|
762
798
|
[key: string]: string;
|
|
763
799
|
};
|
|
@@ -796,6 +832,7 @@ export declare class DeletePolicyInstanceResponse extends $tea.Model {
|
|
|
796
832
|
headers: {
|
|
797
833
|
[key: string]: string;
|
|
798
834
|
};
|
|
835
|
+
statusCode: number;
|
|
799
836
|
body: DeletePolicyInstanceResponseBody;
|
|
800
837
|
static names(): {
|
|
801
838
|
[key: string]: string;
|
|
@@ -811,6 +848,7 @@ export declare class DeleteTemplateResponse extends $tea.Model {
|
|
|
811
848
|
headers: {
|
|
812
849
|
[key: string]: string;
|
|
813
850
|
};
|
|
851
|
+
statusCode: number;
|
|
814
852
|
static names(): {
|
|
815
853
|
[key: string]: string;
|
|
816
854
|
};
|
|
@@ -825,6 +863,7 @@ export declare class DeleteTriggerResponse extends $tea.Model {
|
|
|
825
863
|
headers: {
|
|
826
864
|
[key: string]: string;
|
|
827
865
|
};
|
|
866
|
+
statusCode: number;
|
|
828
867
|
static names(): {
|
|
829
868
|
[key: string]: string;
|
|
830
869
|
};
|
|
@@ -867,6 +906,7 @@ export declare class DeployPolicyInstanceResponse extends $tea.Model {
|
|
|
867
906
|
headers: {
|
|
868
907
|
[key: string]: string;
|
|
869
908
|
};
|
|
909
|
+
statusCode: number;
|
|
870
910
|
body: DeployPolicyInstanceResponseBody;
|
|
871
911
|
static names(): {
|
|
872
912
|
[key: string]: string;
|
|
@@ -904,6 +944,7 @@ export declare class DescirbeWorkflowResponse extends $tea.Model {
|
|
|
904
944
|
headers: {
|
|
905
945
|
[key: string]: string;
|
|
906
946
|
};
|
|
947
|
+
statusCode: number;
|
|
907
948
|
body: DescirbeWorkflowResponseBody;
|
|
908
949
|
static names(): {
|
|
909
950
|
[key: string]: string;
|
|
@@ -947,6 +988,7 @@ export declare class DescribeAddonsResponse extends $tea.Model {
|
|
|
947
988
|
headers: {
|
|
948
989
|
[key: string]: string;
|
|
949
990
|
};
|
|
991
|
+
statusCode: number;
|
|
950
992
|
body: DescribeAddonsResponseBody;
|
|
951
993
|
static names(): {
|
|
952
994
|
[key: string]: string;
|
|
@@ -976,6 +1018,7 @@ export declare class DescribeClusterAddonMetadataResponse extends $tea.Model {
|
|
|
976
1018
|
headers: {
|
|
977
1019
|
[key: string]: string;
|
|
978
1020
|
};
|
|
1021
|
+
statusCode: number;
|
|
979
1022
|
body: DescribeClusterAddonMetadataResponseBody;
|
|
980
1023
|
static names(): {
|
|
981
1024
|
[key: string]: string;
|
|
@@ -991,6 +1034,7 @@ export declare class DescribeClusterAddonUpgradeStatusResponse extends $tea.Mode
|
|
|
991
1034
|
headers: {
|
|
992
1035
|
[key: string]: string;
|
|
993
1036
|
};
|
|
1037
|
+
statusCode: number;
|
|
994
1038
|
body: {
|
|
995
1039
|
[key: string]: any;
|
|
996
1040
|
};
|
|
@@ -1032,6 +1076,7 @@ export declare class DescribeClusterAddonsUpgradeStatusResponse extends $tea.Mod
|
|
|
1032
1076
|
headers: {
|
|
1033
1077
|
[key: string]: string;
|
|
1034
1078
|
};
|
|
1079
|
+
statusCode: number;
|
|
1035
1080
|
body: {
|
|
1036
1081
|
[key: string]: any;
|
|
1037
1082
|
};
|
|
@@ -1049,6 +1094,7 @@ export declare class DescribeClusterAddonsVersionResponse extends $tea.Model {
|
|
|
1049
1094
|
headers: {
|
|
1050
1095
|
[key: string]: string;
|
|
1051
1096
|
};
|
|
1097
|
+
statusCode: number;
|
|
1052
1098
|
body: {
|
|
1053
1099
|
[key: string]: any;
|
|
1054
1100
|
};
|
|
@@ -1083,6 +1129,7 @@ export declare class DescribeClusterAttachScriptsResponse extends $tea.Model {
|
|
|
1083
1129
|
headers: {
|
|
1084
1130
|
[key: string]: string;
|
|
1085
1131
|
};
|
|
1132
|
+
statusCode: number;
|
|
1086
1133
|
body: string;
|
|
1087
1134
|
static names(): {
|
|
1088
1135
|
[key: string]: string;
|
|
@@ -1138,6 +1185,7 @@ export declare class DescribeClusterDetailResponse extends $tea.Model {
|
|
|
1138
1185
|
headers: {
|
|
1139
1186
|
[key: string]: string;
|
|
1140
1187
|
};
|
|
1188
|
+
statusCode: number;
|
|
1141
1189
|
body: DescribeClusterDetailResponseBody;
|
|
1142
1190
|
static names(): {
|
|
1143
1191
|
[key: string]: string;
|
|
@@ -1149,10 +1197,54 @@ export declare class DescribeClusterDetailResponse extends $tea.Model {
|
|
|
1149
1197
|
[key: string]: any;
|
|
1150
1198
|
});
|
|
1151
1199
|
}
|
|
1200
|
+
export declare class DescribeClusterEventsRequest extends $tea.Model {
|
|
1201
|
+
pageNumber?: number;
|
|
1202
|
+
pageSize?: number;
|
|
1203
|
+
taskId?: number;
|
|
1204
|
+
static names(): {
|
|
1205
|
+
[key: string]: string;
|
|
1206
|
+
};
|
|
1207
|
+
static types(): {
|
|
1208
|
+
[key: string]: any;
|
|
1209
|
+
};
|
|
1210
|
+
constructor(map?: {
|
|
1211
|
+
[key: string]: any;
|
|
1212
|
+
});
|
|
1213
|
+
}
|
|
1214
|
+
export declare class DescribeClusterEventsResponseBody extends $tea.Model {
|
|
1215
|
+
events?: DescribeClusterEventsResponseBodyEvents[];
|
|
1216
|
+
pageInfo?: DescribeClusterEventsResponseBodyPageInfo;
|
|
1217
|
+
static names(): {
|
|
1218
|
+
[key: string]: string;
|
|
1219
|
+
};
|
|
1220
|
+
static types(): {
|
|
1221
|
+
[key: string]: any;
|
|
1222
|
+
};
|
|
1223
|
+
constructor(map?: {
|
|
1224
|
+
[key: string]: any;
|
|
1225
|
+
});
|
|
1226
|
+
}
|
|
1227
|
+
export declare class DescribeClusterEventsResponse extends $tea.Model {
|
|
1228
|
+
headers: {
|
|
1229
|
+
[key: string]: string;
|
|
1230
|
+
};
|
|
1231
|
+
statusCode: number;
|
|
1232
|
+
body: DescribeClusterEventsResponseBody;
|
|
1233
|
+
static names(): {
|
|
1234
|
+
[key: string]: string;
|
|
1235
|
+
};
|
|
1236
|
+
static types(): {
|
|
1237
|
+
[key: string]: any;
|
|
1238
|
+
};
|
|
1239
|
+
constructor(map?: {
|
|
1240
|
+
[key: string]: any;
|
|
1241
|
+
});
|
|
1242
|
+
}
|
|
1152
1243
|
export declare class DescribeClusterLogsResponse extends $tea.Model {
|
|
1153
1244
|
headers: {
|
|
1154
1245
|
[key: string]: string;
|
|
1155
1246
|
};
|
|
1247
|
+
statusCode: number;
|
|
1156
1248
|
body: DescribeClusterLogsResponseBody[];
|
|
1157
1249
|
static names(): {
|
|
1158
1250
|
[key: string]: string;
|
|
@@ -1189,6 +1281,7 @@ export declare class DescribeClusterNodePoolDetailResponse extends $tea.Model {
|
|
|
1189
1281
|
headers: {
|
|
1190
1282
|
[key: string]: string;
|
|
1191
1283
|
};
|
|
1284
|
+
statusCode: number;
|
|
1192
1285
|
body: DescribeClusterNodePoolDetailResponseBody;
|
|
1193
1286
|
static names(): {
|
|
1194
1287
|
[key: string]: string;
|
|
@@ -1216,6 +1309,7 @@ export declare class DescribeClusterNodePoolsResponse extends $tea.Model {
|
|
|
1216
1309
|
headers: {
|
|
1217
1310
|
[key: string]: string;
|
|
1218
1311
|
};
|
|
1312
|
+
statusCode: number;
|
|
1219
1313
|
body: DescribeClusterNodePoolsResponseBody;
|
|
1220
1314
|
static names(): {
|
|
1221
1315
|
[key: string]: string;
|
|
@@ -1260,6 +1354,7 @@ export declare class DescribeClusterNodesResponse extends $tea.Model {
|
|
|
1260
1354
|
headers: {
|
|
1261
1355
|
[key: string]: string;
|
|
1262
1356
|
};
|
|
1357
|
+
statusCode: number;
|
|
1263
1358
|
body: DescribeClusterNodesResponseBody;
|
|
1264
1359
|
static names(): {
|
|
1265
1360
|
[key: string]: string;
|
|
@@ -1275,6 +1370,7 @@ export declare class DescribeClusterResourcesResponse extends $tea.Model {
|
|
|
1275
1370
|
headers: {
|
|
1276
1371
|
[key: string]: string;
|
|
1277
1372
|
};
|
|
1373
|
+
statusCode: number;
|
|
1278
1374
|
body: DescribeClusterResourcesResponseBody[];
|
|
1279
1375
|
static names(): {
|
|
1280
1376
|
[key: string]: string;
|
|
@@ -1286,6 +1382,36 @@ export declare class DescribeClusterResourcesResponse extends $tea.Model {
|
|
|
1286
1382
|
[key: string]: any;
|
|
1287
1383
|
});
|
|
1288
1384
|
}
|
|
1385
|
+
export declare class DescribeClusterTasksResponseBody extends $tea.Model {
|
|
1386
|
+
pageInfo?: DescribeClusterTasksResponseBodyPageInfo;
|
|
1387
|
+
requestId?: string;
|
|
1388
|
+
tasks?: DescribeClusterTasksResponseBodyTasks[];
|
|
1389
|
+
static names(): {
|
|
1390
|
+
[key: string]: string;
|
|
1391
|
+
};
|
|
1392
|
+
static types(): {
|
|
1393
|
+
[key: string]: any;
|
|
1394
|
+
};
|
|
1395
|
+
constructor(map?: {
|
|
1396
|
+
[key: string]: any;
|
|
1397
|
+
});
|
|
1398
|
+
}
|
|
1399
|
+
export declare class DescribeClusterTasksResponse extends $tea.Model {
|
|
1400
|
+
headers: {
|
|
1401
|
+
[key: string]: string;
|
|
1402
|
+
};
|
|
1403
|
+
statusCode: number;
|
|
1404
|
+
body: DescribeClusterTasksResponseBody;
|
|
1405
|
+
static names(): {
|
|
1406
|
+
[key: string]: string;
|
|
1407
|
+
};
|
|
1408
|
+
static types(): {
|
|
1409
|
+
[key: string]: any;
|
|
1410
|
+
};
|
|
1411
|
+
constructor(map?: {
|
|
1412
|
+
[key: string]: any;
|
|
1413
|
+
});
|
|
1414
|
+
}
|
|
1289
1415
|
export declare class DescribeClusterUserKubeconfigRequest extends $tea.Model {
|
|
1290
1416
|
privateIpAddress?: boolean;
|
|
1291
1417
|
temporaryDurationMinutes?: number;
|
|
@@ -1316,6 +1442,7 @@ export declare class DescribeClusterUserKubeconfigResponse extends $tea.Model {
|
|
|
1316
1442
|
headers: {
|
|
1317
1443
|
[key: string]: string;
|
|
1318
1444
|
};
|
|
1445
|
+
statusCode: number;
|
|
1319
1446
|
body: DescribeClusterUserKubeconfigResponseBody;
|
|
1320
1447
|
static names(): {
|
|
1321
1448
|
[key: string]: string;
|
|
@@ -1355,6 +1482,7 @@ export declare class DescribeClusterV2UserKubeconfigResponse extends $tea.Model
|
|
|
1355
1482
|
headers: {
|
|
1356
1483
|
[key: string]: string;
|
|
1357
1484
|
};
|
|
1485
|
+
statusCode: number;
|
|
1358
1486
|
body: DescribeClusterV2UserKubeconfigResponseBody;
|
|
1359
1487
|
static names(): {
|
|
1360
1488
|
[key: string]: string;
|
|
@@ -1383,6 +1511,7 @@ export declare class DescribeClustersResponse extends $tea.Model {
|
|
|
1383
1511
|
headers: {
|
|
1384
1512
|
[key: string]: string;
|
|
1385
1513
|
};
|
|
1514
|
+
statusCode: number;
|
|
1386
1515
|
body: DescribeClustersResponseBody[];
|
|
1387
1516
|
static names(): {
|
|
1388
1517
|
[key: string]: string;
|
|
@@ -1429,6 +1558,7 @@ export declare class DescribeClustersV1Response extends $tea.Model {
|
|
|
1429
1558
|
headers: {
|
|
1430
1559
|
[key: string]: string;
|
|
1431
1560
|
};
|
|
1561
|
+
statusCode: number;
|
|
1432
1562
|
body: DescribeClustersV1ResponseBody;
|
|
1433
1563
|
static names(): {
|
|
1434
1564
|
[key: string]: string;
|
|
@@ -1460,6 +1590,7 @@ export declare class DescribeEdgeMachineActiveProcessResponse extends $tea.Model
|
|
|
1460
1590
|
headers: {
|
|
1461
1591
|
[key: string]: string;
|
|
1462
1592
|
};
|
|
1593
|
+
statusCode: number;
|
|
1463
1594
|
body: DescribeEdgeMachineActiveProcessResponseBody;
|
|
1464
1595
|
static names(): {
|
|
1465
1596
|
[key: string]: string;
|
|
@@ -1487,6 +1618,7 @@ export declare class DescribeEdgeMachineModelsResponse extends $tea.Model {
|
|
|
1487
1618
|
headers: {
|
|
1488
1619
|
[key: string]: string;
|
|
1489
1620
|
};
|
|
1621
|
+
statusCode: number;
|
|
1490
1622
|
body: DescribeEdgeMachineModelsResponseBody;
|
|
1491
1623
|
static names(): {
|
|
1492
1624
|
[key: string]: string;
|
|
@@ -1520,6 +1652,7 @@ export declare class DescribeEdgeMachineTunnelConfigDetailResponse extends $tea.
|
|
|
1520
1652
|
headers: {
|
|
1521
1653
|
[key: string]: string;
|
|
1522
1654
|
};
|
|
1655
|
+
statusCode: number;
|
|
1523
1656
|
body: DescribeEdgeMachineTunnelConfigDetailResponseBody;
|
|
1524
1657
|
static names(): {
|
|
1525
1658
|
[key: string]: string;
|
|
@@ -1565,6 +1698,7 @@ export declare class DescribeEdgeMachinesResponse extends $tea.Model {
|
|
|
1565
1698
|
headers: {
|
|
1566
1699
|
[key: string]: string;
|
|
1567
1700
|
};
|
|
1701
|
+
statusCode: number;
|
|
1568
1702
|
body: DescribeEdgeMachinesResponseBody;
|
|
1569
1703
|
static names(): {
|
|
1570
1704
|
[key: string]: string;
|
|
@@ -1608,6 +1742,7 @@ export declare class DescribeEventsResponse extends $tea.Model {
|
|
|
1608
1742
|
headers: {
|
|
1609
1743
|
[key: string]: string;
|
|
1610
1744
|
};
|
|
1745
|
+
statusCode: number;
|
|
1611
1746
|
body: DescribeEventsResponseBody;
|
|
1612
1747
|
static names(): {
|
|
1613
1748
|
[key: string]: string;
|
|
@@ -1647,6 +1782,7 @@ export declare class DescribeExternalAgentResponse extends $tea.Model {
|
|
|
1647
1782
|
headers: {
|
|
1648
1783
|
[key: string]: string;
|
|
1649
1784
|
};
|
|
1785
|
+
statusCode: number;
|
|
1650
1786
|
body: DescribeExternalAgentResponseBody;
|
|
1651
1787
|
static names(): {
|
|
1652
1788
|
[key: string]: string;
|
|
@@ -1678,6 +1814,7 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
|
|
|
1678
1814
|
headers: {
|
|
1679
1815
|
[key: string]: string;
|
|
1680
1816
|
};
|
|
1817
|
+
statusCode: number;
|
|
1681
1818
|
body: DescribeKubernetesVersionMetadataResponseBody[];
|
|
1682
1819
|
static names(): {
|
|
1683
1820
|
[key: string]: string;
|
|
@@ -1689,10 +1826,39 @@ export declare class DescribeKubernetesVersionMetadataResponse extends $tea.Mode
|
|
|
1689
1826
|
[key: string]: any;
|
|
1690
1827
|
});
|
|
1691
1828
|
}
|
|
1829
|
+
export declare class DescribeNodePoolVulsResponseBody extends $tea.Model {
|
|
1830
|
+
vulRecords?: DescribeNodePoolVulsResponseBodyVulRecords[];
|
|
1831
|
+
static names(): {
|
|
1832
|
+
[key: string]: string;
|
|
1833
|
+
};
|
|
1834
|
+
static types(): {
|
|
1835
|
+
[key: string]: any;
|
|
1836
|
+
};
|
|
1837
|
+
constructor(map?: {
|
|
1838
|
+
[key: string]: any;
|
|
1839
|
+
});
|
|
1840
|
+
}
|
|
1841
|
+
export declare class DescribeNodePoolVulsResponse extends $tea.Model {
|
|
1842
|
+
headers: {
|
|
1843
|
+
[key: string]: string;
|
|
1844
|
+
};
|
|
1845
|
+
statusCode: number;
|
|
1846
|
+
body: DescribeNodePoolVulsResponseBody;
|
|
1847
|
+
static names(): {
|
|
1848
|
+
[key: string]: string;
|
|
1849
|
+
};
|
|
1850
|
+
static types(): {
|
|
1851
|
+
[key: string]: any;
|
|
1852
|
+
};
|
|
1853
|
+
constructor(map?: {
|
|
1854
|
+
[key: string]: any;
|
|
1855
|
+
});
|
|
1856
|
+
}
|
|
1692
1857
|
export declare class DescribePoliciesResponse extends $tea.Model {
|
|
1693
1858
|
headers: {
|
|
1694
1859
|
[key: string]: string;
|
|
1695
1860
|
};
|
|
1861
|
+
statusCode: number;
|
|
1696
1862
|
body: {
|
|
1697
1863
|
[key: string]: any;
|
|
1698
1864
|
};
|
|
@@ -1729,6 +1895,7 @@ export declare class DescribePolicyDetailsResponse extends $tea.Model {
|
|
|
1729
1895
|
headers: {
|
|
1730
1896
|
[key: string]: string;
|
|
1731
1897
|
};
|
|
1898
|
+
statusCode: number;
|
|
1732
1899
|
body: DescribePolicyDetailsResponseBody;
|
|
1733
1900
|
static names(): {
|
|
1734
1901
|
[key: string]: string;
|
|
@@ -1759,6 +1926,7 @@ export declare class DescribePolicyGovernanceInClusterResponse extends $tea.Mode
|
|
|
1759
1926
|
headers: {
|
|
1760
1927
|
[key: string]: string;
|
|
1761
1928
|
};
|
|
1929
|
+
statusCode: number;
|
|
1762
1930
|
body: DescribePolicyGovernanceInClusterResponseBody;
|
|
1763
1931
|
static names(): {
|
|
1764
1932
|
[key: string]: string;
|
|
@@ -1787,6 +1955,7 @@ export declare class DescribePolicyInstancesResponse extends $tea.Model {
|
|
|
1787
1955
|
headers: {
|
|
1788
1956
|
[key: string]: string;
|
|
1789
1957
|
};
|
|
1958
|
+
statusCode: number;
|
|
1790
1959
|
body: DescribePolicyInstancesResponseBody[];
|
|
1791
1960
|
static names(): {
|
|
1792
1961
|
[key: string]: string;
|
|
@@ -1817,6 +1986,7 @@ export declare class DescribePolicyInstancesStatusResponse extends $tea.Model {
|
|
|
1817
1986
|
headers: {
|
|
1818
1987
|
[key: string]: string;
|
|
1819
1988
|
};
|
|
1989
|
+
statusCode: number;
|
|
1820
1990
|
body: DescribePolicyInstancesStatusResponseBody;
|
|
1821
1991
|
static names(): {
|
|
1822
1992
|
[key: string]: string;
|
|
@@ -1831,7 +2001,15 @@ export declare class DescribePolicyInstancesStatusResponse extends $tea.Model {
|
|
|
1831
2001
|
export declare class DescribeTaskInfoResponseBody extends $tea.Model {
|
|
1832
2002
|
clusterId?: string;
|
|
1833
2003
|
created?: string;
|
|
2004
|
+
currentStage?: string;
|
|
2005
|
+
error?: DescribeTaskInfoResponseBodyError;
|
|
2006
|
+
events?: DescribeTaskInfoResponseBodyEvents[];
|
|
2007
|
+
parameters?: {
|
|
2008
|
+
[key: string]: any;
|
|
2009
|
+
};
|
|
2010
|
+
stages?: DescribeTaskInfoResponseBodyStages[];
|
|
1834
2011
|
state?: string;
|
|
2012
|
+
target?: DescribeTaskInfoResponseBodyTarget;
|
|
1835
2013
|
taskId?: string;
|
|
1836
2014
|
taskResult?: DescribeTaskInfoResponseBodyTaskResult[];
|
|
1837
2015
|
taskType?: string;
|
|
@@ -1850,6 +2028,7 @@ export declare class DescribeTaskInfoResponse extends $tea.Model {
|
|
|
1850
2028
|
headers: {
|
|
1851
2029
|
[key: string]: string;
|
|
1852
2030
|
};
|
|
2031
|
+
statusCode: number;
|
|
1853
2032
|
body: DescribeTaskInfoResponseBody;
|
|
1854
2033
|
static names(): {
|
|
1855
2034
|
[key: string]: string;
|
|
@@ -1877,6 +2056,7 @@ export declare class DescribeTemplateAttributeResponse extends $tea.Model {
|
|
|
1877
2056
|
headers: {
|
|
1878
2057
|
[key: string]: string;
|
|
1879
2058
|
};
|
|
2059
|
+
statusCode: number;
|
|
1880
2060
|
body: DescribeTemplateAttributeResponseBody[];
|
|
1881
2061
|
static names(): {
|
|
1882
2062
|
[key: string]: string;
|
|
@@ -1919,6 +2099,7 @@ export declare class DescribeTemplatesResponse extends $tea.Model {
|
|
|
1919
2099
|
headers: {
|
|
1920
2100
|
[key: string]: string;
|
|
1921
2101
|
};
|
|
2102
|
+
statusCode: number;
|
|
1922
2103
|
body: DescribeTemplatesResponseBody;
|
|
1923
2104
|
static names(): {
|
|
1924
2105
|
[key: string]: string;
|
|
@@ -1949,6 +2130,7 @@ export declare class DescribeTriggerResponse extends $tea.Model {
|
|
|
1949
2130
|
headers: {
|
|
1950
2131
|
[key: string]: string;
|
|
1951
2132
|
};
|
|
2133
|
+
statusCode: number;
|
|
1952
2134
|
body: DescribeTriggerResponseBody[];
|
|
1953
2135
|
static names(): {
|
|
1954
2136
|
[key: string]: string;
|
|
@@ -1964,6 +2146,7 @@ export declare class DescribeUserPermissionResponse extends $tea.Model {
|
|
|
1964
2146
|
headers: {
|
|
1965
2147
|
[key: string]: string;
|
|
1966
2148
|
};
|
|
2149
|
+
statusCode: number;
|
|
1967
2150
|
body: DescribeUserPermissionResponseBody[];
|
|
1968
2151
|
static names(): {
|
|
1969
2152
|
[key: string]: string;
|
|
@@ -1995,6 +2178,7 @@ export declare class DescribeUserQuotaResponse extends $tea.Model {
|
|
|
1995
2178
|
headers: {
|
|
1996
2179
|
[key: string]: string;
|
|
1997
2180
|
};
|
|
2181
|
+
statusCode: number;
|
|
1998
2182
|
body: DescribeUserQuotaResponseBody;
|
|
1999
2183
|
static names(): {
|
|
2000
2184
|
[key: string]: string;
|
|
@@ -2022,6 +2206,7 @@ export declare class DescribeWorkflowsResponse extends $tea.Model {
|
|
|
2022
2206
|
headers: {
|
|
2023
2207
|
[key: string]: string;
|
|
2024
2208
|
};
|
|
2209
|
+
statusCode: number;
|
|
2025
2210
|
body: DescribeWorkflowsResponseBody;
|
|
2026
2211
|
static names(): {
|
|
2027
2212
|
[key: string]: string;
|
|
@@ -2064,6 +2249,7 @@ export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
|
2064
2249
|
headers: {
|
|
2065
2250
|
[key: string]: string;
|
|
2066
2251
|
};
|
|
2252
|
+
statusCode: number;
|
|
2067
2253
|
body: EdgeClusterAddEdgeMachineResponseBody;
|
|
2068
2254
|
static names(): {
|
|
2069
2255
|
[key: string]: string;
|
|
@@ -2075,6 +2261,48 @@ export declare class EdgeClusterAddEdgeMachineResponse extends $tea.Model {
|
|
|
2075
2261
|
[key: string]: any;
|
|
2076
2262
|
});
|
|
2077
2263
|
}
|
|
2264
|
+
export declare class FixNodePoolVulsRequest extends $tea.Model {
|
|
2265
|
+
nodes?: string[];
|
|
2266
|
+
rolloutPolicy?: FixNodePoolVulsRequestRolloutPolicy;
|
|
2267
|
+
vulList?: string[];
|
|
2268
|
+
static names(): {
|
|
2269
|
+
[key: string]: string;
|
|
2270
|
+
};
|
|
2271
|
+
static types(): {
|
|
2272
|
+
[key: string]: any;
|
|
2273
|
+
};
|
|
2274
|
+
constructor(map?: {
|
|
2275
|
+
[key: string]: any;
|
|
2276
|
+
});
|
|
2277
|
+
}
|
|
2278
|
+
export declare class FixNodePoolVulsResponseBody extends $tea.Model {
|
|
2279
|
+
taskId?: string;
|
|
2280
|
+
static names(): {
|
|
2281
|
+
[key: string]: string;
|
|
2282
|
+
};
|
|
2283
|
+
static types(): {
|
|
2284
|
+
[key: string]: any;
|
|
2285
|
+
};
|
|
2286
|
+
constructor(map?: {
|
|
2287
|
+
[key: string]: any;
|
|
2288
|
+
});
|
|
2289
|
+
}
|
|
2290
|
+
export declare class FixNodePoolVulsResponse extends $tea.Model {
|
|
2291
|
+
headers: {
|
|
2292
|
+
[key: string]: string;
|
|
2293
|
+
};
|
|
2294
|
+
statusCode: number;
|
|
2295
|
+
body: FixNodePoolVulsResponseBody;
|
|
2296
|
+
static names(): {
|
|
2297
|
+
[key: string]: string;
|
|
2298
|
+
};
|
|
2299
|
+
static types(): {
|
|
2300
|
+
[key: string]: any;
|
|
2301
|
+
};
|
|
2302
|
+
constructor(map?: {
|
|
2303
|
+
[key: string]: any;
|
|
2304
|
+
});
|
|
2305
|
+
}
|
|
2078
2306
|
export declare class GetKubernetesTriggerRequest extends $tea.Model {
|
|
2079
2307
|
name?: string;
|
|
2080
2308
|
namespace?: string;
|
|
@@ -2094,6 +2322,7 @@ export declare class GetKubernetesTriggerResponse extends $tea.Model {
|
|
|
2094
2322
|
headers: {
|
|
2095
2323
|
[key: string]: string;
|
|
2096
2324
|
};
|
|
2325
|
+
statusCode: number;
|
|
2097
2326
|
body: GetKubernetesTriggerResponseBody[];
|
|
2098
2327
|
static names(): {
|
|
2099
2328
|
[key: string]: string;
|
|
@@ -2125,6 +2354,7 @@ export declare class GetUpgradeStatusResponse extends $tea.Model {
|
|
|
2125
2354
|
headers: {
|
|
2126
2355
|
[key: string]: string;
|
|
2127
2356
|
};
|
|
2357
|
+
statusCode: number;
|
|
2128
2358
|
body: GetUpgradeStatusResponseBody;
|
|
2129
2359
|
static names(): {
|
|
2130
2360
|
[key: string]: string;
|
|
@@ -2152,6 +2382,7 @@ export declare class GrantPermissionsResponse extends $tea.Model {
|
|
|
2152
2382
|
headers: {
|
|
2153
2383
|
[key: string]: string;
|
|
2154
2384
|
};
|
|
2385
|
+
statusCode: number;
|
|
2155
2386
|
static names(): {
|
|
2156
2387
|
[key: string]: string;
|
|
2157
2388
|
};
|
|
@@ -2178,6 +2409,7 @@ export declare class InstallClusterAddonsResponse extends $tea.Model {
|
|
|
2178
2409
|
headers: {
|
|
2179
2410
|
[key: string]: string;
|
|
2180
2411
|
};
|
|
2412
|
+
statusCode: number;
|
|
2181
2413
|
static names(): {
|
|
2182
2414
|
[key: string]: string;
|
|
2183
2415
|
};
|
|
@@ -2238,6 +2470,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2238
2470
|
headers: {
|
|
2239
2471
|
[key: string]: string;
|
|
2240
2472
|
};
|
|
2473
|
+
statusCode: number;
|
|
2241
2474
|
body: ListTagResourcesResponseBody;
|
|
2242
2475
|
static names(): {
|
|
2243
2476
|
[key: string]: string;
|
|
@@ -2249,10 +2482,39 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2249
2482
|
[key: string]: any;
|
|
2250
2483
|
});
|
|
2251
2484
|
}
|
|
2485
|
+
export declare class MigrateClusterRequest extends $tea.Model {
|
|
2486
|
+
ossBucketEndpoint?: string;
|
|
2487
|
+
ossBucketName?: string;
|
|
2488
|
+
static names(): {
|
|
2489
|
+
[key: string]: string;
|
|
2490
|
+
};
|
|
2491
|
+
static types(): {
|
|
2492
|
+
[key: string]: any;
|
|
2493
|
+
};
|
|
2494
|
+
constructor(map?: {
|
|
2495
|
+
[key: string]: any;
|
|
2496
|
+
});
|
|
2497
|
+
}
|
|
2498
|
+
export declare class MigrateClusterResponseBody extends $tea.Model {
|
|
2499
|
+
clusterId?: string;
|
|
2500
|
+
requestId?: string;
|
|
2501
|
+
taskId?: string;
|
|
2502
|
+
static names(): {
|
|
2503
|
+
[key: string]: string;
|
|
2504
|
+
};
|
|
2505
|
+
static types(): {
|
|
2506
|
+
[key: string]: any;
|
|
2507
|
+
};
|
|
2508
|
+
constructor(map?: {
|
|
2509
|
+
[key: string]: any;
|
|
2510
|
+
});
|
|
2511
|
+
}
|
|
2252
2512
|
export declare class MigrateClusterResponse extends $tea.Model {
|
|
2253
2513
|
headers: {
|
|
2254
2514
|
[key: string]: string;
|
|
2255
2515
|
};
|
|
2516
|
+
statusCode: number;
|
|
2517
|
+
body: MigrateClusterResponseBody;
|
|
2256
2518
|
static names(): {
|
|
2257
2519
|
[key: string]: string;
|
|
2258
2520
|
};
|
|
@@ -2301,6 +2563,7 @@ export declare class ModifyClusterResponse extends $tea.Model {
|
|
|
2301
2563
|
headers: {
|
|
2302
2564
|
[key: string]: string;
|
|
2303
2565
|
};
|
|
2566
|
+
statusCode: number;
|
|
2304
2567
|
body: ModifyClusterResponseBody;
|
|
2305
2568
|
static names(): {
|
|
2306
2569
|
[key: string]: string;
|
|
@@ -2328,6 +2591,7 @@ export declare class ModifyClusterAddonResponse extends $tea.Model {
|
|
|
2328
2591
|
headers: {
|
|
2329
2592
|
[key: string]: string;
|
|
2330
2593
|
};
|
|
2594
|
+
statusCode: number;
|
|
2331
2595
|
static names(): {
|
|
2332
2596
|
[key: string]: string;
|
|
2333
2597
|
};
|
|
@@ -2354,6 +2618,7 @@ export declare class ModifyClusterConfigurationResponse extends $tea.Model {
|
|
|
2354
2618
|
headers: {
|
|
2355
2619
|
[key: string]: string;
|
|
2356
2620
|
};
|
|
2621
|
+
statusCode: number;
|
|
2357
2622
|
static names(): {
|
|
2358
2623
|
[key: string]: string;
|
|
2359
2624
|
};
|
|
@@ -2399,6 +2664,7 @@ export declare class ModifyClusterNodePoolResponse extends $tea.Model {
|
|
|
2399
2664
|
headers: {
|
|
2400
2665
|
[key: string]: string;
|
|
2401
2666
|
};
|
|
2667
|
+
statusCode: number;
|
|
2402
2668
|
body: ModifyClusterNodePoolResponseBody;
|
|
2403
2669
|
static names(): {
|
|
2404
2670
|
[key: string]: string;
|
|
@@ -2426,6 +2692,50 @@ export declare class ModifyClusterTagsResponse extends $tea.Model {
|
|
|
2426
2692
|
headers: {
|
|
2427
2693
|
[key: string]: string;
|
|
2428
2694
|
};
|
|
2695
|
+
statusCode: number;
|
|
2696
|
+
static names(): {
|
|
2697
|
+
[key: string]: string;
|
|
2698
|
+
};
|
|
2699
|
+
static types(): {
|
|
2700
|
+
[key: string]: any;
|
|
2701
|
+
};
|
|
2702
|
+
constructor(map?: {
|
|
2703
|
+
[key: string]: any;
|
|
2704
|
+
});
|
|
2705
|
+
}
|
|
2706
|
+
export declare class ModifyNodePoolNodeConfigRequest extends $tea.Model {
|
|
2707
|
+
kubeletConfig?: ModifyNodePoolNodeConfigRequestKubeletConfig;
|
|
2708
|
+
rollingPolicy?: ModifyNodePoolNodeConfigRequestRollingPolicy;
|
|
2709
|
+
static names(): {
|
|
2710
|
+
[key: string]: string;
|
|
2711
|
+
};
|
|
2712
|
+
static types(): {
|
|
2713
|
+
[key: string]: any;
|
|
2714
|
+
};
|
|
2715
|
+
constructor(map?: {
|
|
2716
|
+
[key: string]: any;
|
|
2717
|
+
});
|
|
2718
|
+
}
|
|
2719
|
+
export declare class ModifyNodePoolNodeConfigResponseBody extends $tea.Model {
|
|
2720
|
+
nodepoolId?: string;
|
|
2721
|
+
requestId?: string;
|
|
2722
|
+
taskId?: string;
|
|
2723
|
+
static names(): {
|
|
2724
|
+
[key: string]: string;
|
|
2725
|
+
};
|
|
2726
|
+
static types(): {
|
|
2727
|
+
[key: string]: any;
|
|
2728
|
+
};
|
|
2729
|
+
constructor(map?: {
|
|
2730
|
+
[key: string]: any;
|
|
2731
|
+
});
|
|
2732
|
+
}
|
|
2733
|
+
export declare class ModifyNodePoolNodeConfigResponse extends $tea.Model {
|
|
2734
|
+
headers: {
|
|
2735
|
+
[key: string]: string;
|
|
2736
|
+
};
|
|
2737
|
+
statusCode: number;
|
|
2738
|
+
body: ModifyNodePoolNodeConfigResponseBody;
|
|
2429
2739
|
static names(): {
|
|
2430
2740
|
[key: string]: string;
|
|
2431
2741
|
};
|
|
@@ -2469,6 +2779,7 @@ export declare class ModifyPolicyInstanceResponse extends $tea.Model {
|
|
|
2469
2779
|
headers: {
|
|
2470
2780
|
[key: string]: string;
|
|
2471
2781
|
};
|
|
2782
|
+
statusCode: number;
|
|
2472
2783
|
body: ModifyPolicyInstanceResponseBody;
|
|
2473
2784
|
static names(): {
|
|
2474
2785
|
[key: string]: string;
|
|
@@ -2509,6 +2820,7 @@ export declare class OpenAckServiceResponse extends $tea.Model {
|
|
|
2509
2820
|
headers: {
|
|
2510
2821
|
[key: string]: string;
|
|
2511
2822
|
};
|
|
2823
|
+
statusCode: number;
|
|
2512
2824
|
body: OpenAckServiceResponseBody;
|
|
2513
2825
|
static names(): {
|
|
2514
2826
|
[key: string]: string;
|
|
@@ -2524,6 +2836,7 @@ export declare class PauseClusterUpgradeResponse extends $tea.Model {
|
|
|
2524
2836
|
headers: {
|
|
2525
2837
|
[key: string]: string;
|
|
2526
2838
|
};
|
|
2839
|
+
statusCode: number;
|
|
2527
2840
|
static names(): {
|
|
2528
2841
|
[key: string]: string;
|
|
2529
2842
|
};
|
|
@@ -2538,6 +2851,22 @@ export declare class PauseComponentUpgradeResponse extends $tea.Model {
|
|
|
2538
2851
|
headers: {
|
|
2539
2852
|
[key: string]: string;
|
|
2540
2853
|
};
|
|
2854
|
+
statusCode: number;
|
|
2855
|
+
static names(): {
|
|
2856
|
+
[key: string]: string;
|
|
2857
|
+
};
|
|
2858
|
+
static types(): {
|
|
2859
|
+
[key: string]: any;
|
|
2860
|
+
};
|
|
2861
|
+
constructor(map?: {
|
|
2862
|
+
[key: string]: any;
|
|
2863
|
+
});
|
|
2864
|
+
}
|
|
2865
|
+
export declare class PauseTaskResponse extends $tea.Model {
|
|
2866
|
+
headers: {
|
|
2867
|
+
[key: string]: string;
|
|
2868
|
+
};
|
|
2869
|
+
statusCode: number;
|
|
2541
2870
|
static names(): {
|
|
2542
2871
|
[key: string]: string;
|
|
2543
2872
|
};
|
|
@@ -2566,6 +2895,7 @@ export declare class RemoveClusterNodesResponse extends $tea.Model {
|
|
|
2566
2895
|
headers: {
|
|
2567
2896
|
[key: string]: string;
|
|
2568
2897
|
};
|
|
2898
|
+
statusCode: number;
|
|
2569
2899
|
static names(): {
|
|
2570
2900
|
[key: string]: string;
|
|
2571
2901
|
};
|
|
@@ -2580,6 +2910,7 @@ export declare class RemoveWorkflowResponse extends $tea.Model {
|
|
|
2580
2910
|
headers: {
|
|
2581
2911
|
[key: string]: string;
|
|
2582
2912
|
};
|
|
2913
|
+
statusCode: number;
|
|
2583
2914
|
static names(): {
|
|
2584
2915
|
[key: string]: string;
|
|
2585
2916
|
};
|
|
@@ -2619,6 +2950,7 @@ export declare class RepairClusterNodePoolResponse extends $tea.Model {
|
|
|
2619
2950
|
headers: {
|
|
2620
2951
|
[key: string]: string;
|
|
2621
2952
|
};
|
|
2953
|
+
statusCode: number;
|
|
2622
2954
|
body: RepairClusterNodePoolResponseBody;
|
|
2623
2955
|
static names(): {
|
|
2624
2956
|
[key: string]: string;
|
|
@@ -2634,6 +2966,22 @@ export declare class ResumeComponentUpgradeResponse extends $tea.Model {
|
|
|
2634
2966
|
headers: {
|
|
2635
2967
|
[key: string]: string;
|
|
2636
2968
|
};
|
|
2969
|
+
statusCode: number;
|
|
2970
|
+
static names(): {
|
|
2971
|
+
[key: string]: string;
|
|
2972
|
+
};
|
|
2973
|
+
static types(): {
|
|
2974
|
+
[key: string]: any;
|
|
2975
|
+
};
|
|
2976
|
+
constructor(map?: {
|
|
2977
|
+
[key: string]: any;
|
|
2978
|
+
});
|
|
2979
|
+
}
|
|
2980
|
+
export declare class ResumeTaskResponse extends $tea.Model {
|
|
2981
|
+
headers: {
|
|
2982
|
+
[key: string]: string;
|
|
2983
|
+
};
|
|
2984
|
+
statusCode: number;
|
|
2637
2985
|
static names(): {
|
|
2638
2986
|
[key: string]: string;
|
|
2639
2987
|
};
|
|
@@ -2648,6 +2996,7 @@ export declare class ResumeUpgradeClusterResponse extends $tea.Model {
|
|
|
2648
2996
|
headers: {
|
|
2649
2997
|
[key: string]: string;
|
|
2650
2998
|
};
|
|
2999
|
+
statusCode: number;
|
|
2651
3000
|
static names(): {
|
|
2652
3001
|
[key: string]: string;
|
|
2653
3002
|
};
|
|
@@ -2706,6 +3055,7 @@ export declare class ScaleClusterResponse extends $tea.Model {
|
|
|
2706
3055
|
headers: {
|
|
2707
3056
|
[key: string]: string;
|
|
2708
3057
|
};
|
|
3058
|
+
statusCode: number;
|
|
2709
3059
|
body: ScaleClusterResponseBody;
|
|
2710
3060
|
static names(): {
|
|
2711
3061
|
[key: string]: string;
|
|
@@ -2745,6 +3095,7 @@ export declare class ScaleClusterNodePoolResponse extends $tea.Model {
|
|
|
2745
3095
|
headers: {
|
|
2746
3096
|
[key: string]: string;
|
|
2747
3097
|
};
|
|
3098
|
+
statusCode: number;
|
|
2748
3099
|
body: ScaleClusterNodePoolResponseBody;
|
|
2749
3100
|
static names(): {
|
|
2750
3101
|
[key: string]: string;
|
|
@@ -2806,6 +3157,7 @@ export declare class ScaleOutClusterResponse extends $tea.Model {
|
|
|
2806
3157
|
headers: {
|
|
2807
3158
|
[key: string]: string;
|
|
2808
3159
|
};
|
|
3160
|
+
statusCode: number;
|
|
2809
3161
|
body: ScaleOutClusterResponseBody;
|
|
2810
3162
|
static names(): {
|
|
2811
3163
|
[key: string]: string;
|
|
@@ -2863,6 +3215,7 @@ export declare class StartWorkflowResponse extends $tea.Model {
|
|
|
2863
3215
|
headers: {
|
|
2864
3216
|
[key: string]: string;
|
|
2865
3217
|
};
|
|
3218
|
+
statusCode: number;
|
|
2866
3219
|
body: StartWorkflowResponseBody;
|
|
2867
3220
|
static names(): {
|
|
2868
3221
|
[key: string]: string;
|
|
@@ -2905,6 +3258,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
2905
3258
|
headers: {
|
|
2906
3259
|
[key: string]: string;
|
|
2907
3260
|
};
|
|
3261
|
+
statusCode: number;
|
|
2908
3262
|
body: TagResourcesResponseBody;
|
|
2909
3263
|
static names(): {
|
|
2910
3264
|
[key: string]: string;
|
|
@@ -2932,6 +3286,7 @@ export declare class UnInstallClusterAddonsResponse extends $tea.Model {
|
|
|
2932
3286
|
headers: {
|
|
2933
3287
|
[key: string]: string;
|
|
2934
3288
|
};
|
|
3289
|
+
statusCode: number;
|
|
2935
3290
|
static names(): {
|
|
2936
3291
|
[key: string]: string;
|
|
2937
3292
|
};
|
|
@@ -2974,6 +3329,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
2974
3329
|
headers: {
|
|
2975
3330
|
[key: string]: string;
|
|
2976
3331
|
};
|
|
3332
|
+
statusCode: number;
|
|
2977
3333
|
body: UntagResourcesResponseBody;
|
|
2978
3334
|
static names(): {
|
|
2979
3335
|
[key: string]: string;
|
|
@@ -2989,6 +3345,7 @@ export declare class UpdateContactGroupForAlertResponse extends $tea.Model {
|
|
|
2989
3345
|
headers: {
|
|
2990
3346
|
[key: string]: string;
|
|
2991
3347
|
};
|
|
3348
|
+
statusCode: number;
|
|
2992
3349
|
static names(): {
|
|
2993
3350
|
[key: string]: string;
|
|
2994
3351
|
};
|
|
@@ -3016,6 +3373,7 @@ export declare class UpdateK8sClusterUserConfigExpireResponse extends $tea.Model
|
|
|
3016
3373
|
headers: {
|
|
3017
3374
|
[key: string]: string;
|
|
3018
3375
|
};
|
|
3376
|
+
statusCode: number;
|
|
3019
3377
|
static names(): {
|
|
3020
3378
|
[key: string]: string;
|
|
3021
3379
|
};
|
|
@@ -3046,6 +3404,7 @@ export declare class UpdateTemplateResponse extends $tea.Model {
|
|
|
3046
3404
|
headers: {
|
|
3047
3405
|
[key: string]: string;
|
|
3048
3406
|
};
|
|
3407
|
+
statusCode: number;
|
|
3049
3408
|
static names(): {
|
|
3050
3409
|
[key: string]: string;
|
|
3051
3410
|
};
|
|
@@ -3074,6 +3433,7 @@ export declare class UpgradeClusterResponse extends $tea.Model {
|
|
|
3074
3433
|
headers: {
|
|
3075
3434
|
[key: string]: string;
|
|
3076
3435
|
};
|
|
3436
|
+
statusCode: number;
|
|
3077
3437
|
static names(): {
|
|
3078
3438
|
[key: string]: string;
|
|
3079
3439
|
};
|
|
@@ -3100,6 +3460,7 @@ export declare class UpgradeClusterAddonsResponse extends $tea.Model {
|
|
|
3100
3460
|
headers: {
|
|
3101
3461
|
[key: string]: string;
|
|
3102
3462
|
};
|
|
3463
|
+
statusCode: number;
|
|
3103
3464
|
static names(): {
|
|
3104
3465
|
[key: string]: string;
|
|
3105
3466
|
};
|
|
@@ -3358,6 +3719,52 @@ export declare class DescribeAddonsResponseBodyComponentGroups extends $tea.Mode
|
|
|
3358
3719
|
[key: string]: any;
|
|
3359
3720
|
});
|
|
3360
3721
|
}
|
|
3722
|
+
export declare class DescribeClusterEventsResponseBodyEventsData extends $tea.Model {
|
|
3723
|
+
level?: string;
|
|
3724
|
+
message?: string;
|
|
3725
|
+
reason?: string;
|
|
3726
|
+
static names(): {
|
|
3727
|
+
[key: string]: string;
|
|
3728
|
+
};
|
|
3729
|
+
static types(): {
|
|
3730
|
+
[key: string]: any;
|
|
3731
|
+
};
|
|
3732
|
+
constructor(map?: {
|
|
3733
|
+
[key: string]: any;
|
|
3734
|
+
});
|
|
3735
|
+
}
|
|
3736
|
+
export declare class DescribeClusterEventsResponseBodyEvents extends $tea.Model {
|
|
3737
|
+
clusterId?: string;
|
|
3738
|
+
data?: DescribeClusterEventsResponseBodyEventsData;
|
|
3739
|
+
eventId?: string;
|
|
3740
|
+
source?: string;
|
|
3741
|
+
subject?: string;
|
|
3742
|
+
time?: string;
|
|
3743
|
+
type?: string;
|
|
3744
|
+
static names(): {
|
|
3745
|
+
[key: string]: string;
|
|
3746
|
+
};
|
|
3747
|
+
static types(): {
|
|
3748
|
+
[key: string]: any;
|
|
3749
|
+
};
|
|
3750
|
+
constructor(map?: {
|
|
3751
|
+
[key: string]: any;
|
|
3752
|
+
});
|
|
3753
|
+
}
|
|
3754
|
+
export declare class DescribeClusterEventsResponseBodyPageInfo extends $tea.Model {
|
|
3755
|
+
pageNumber?: number;
|
|
3756
|
+
pageSize?: number;
|
|
3757
|
+
totalCount?: number;
|
|
3758
|
+
static names(): {
|
|
3759
|
+
[key: string]: string;
|
|
3760
|
+
};
|
|
3761
|
+
static types(): {
|
|
3762
|
+
[key: string]: any;
|
|
3763
|
+
};
|
|
3764
|
+
constructor(map?: {
|
|
3765
|
+
[key: string]: any;
|
|
3766
|
+
});
|
|
3767
|
+
}
|
|
3361
3768
|
export declare class DescribeClusterLogsResponseBody extends $tea.Model {
|
|
3362
3769
|
ID?: number;
|
|
3363
3770
|
clusterId?: string;
|
|
@@ -3827,6 +4234,51 @@ export declare class DescribeClusterResourcesResponseBody extends $tea.Model {
|
|
|
3827
4234
|
resourceInfo?: string;
|
|
3828
4235
|
resourceType?: string;
|
|
3829
4236
|
state?: string;
|
|
4237
|
+
autoCreate?: number;
|
|
4238
|
+
static names(): {
|
|
4239
|
+
[key: string]: string;
|
|
4240
|
+
};
|
|
4241
|
+
static types(): {
|
|
4242
|
+
[key: string]: any;
|
|
4243
|
+
};
|
|
4244
|
+
constructor(map?: {
|
|
4245
|
+
[key: string]: any;
|
|
4246
|
+
});
|
|
4247
|
+
}
|
|
4248
|
+
export declare class DescribeClusterTasksResponseBodyPageInfo extends $tea.Model {
|
|
4249
|
+
pageNumber?: number;
|
|
4250
|
+
pageSize?: number;
|
|
4251
|
+
totalCount?: number;
|
|
4252
|
+
static names(): {
|
|
4253
|
+
[key: string]: string;
|
|
4254
|
+
};
|
|
4255
|
+
static types(): {
|
|
4256
|
+
[key: string]: any;
|
|
4257
|
+
};
|
|
4258
|
+
constructor(map?: {
|
|
4259
|
+
[key: string]: any;
|
|
4260
|
+
});
|
|
4261
|
+
}
|
|
4262
|
+
export declare class DescribeClusterTasksResponseBodyTasksError extends $tea.Model {
|
|
4263
|
+
code?: string;
|
|
4264
|
+
message?: string;
|
|
4265
|
+
static names(): {
|
|
4266
|
+
[key: string]: string;
|
|
4267
|
+
};
|
|
4268
|
+
static types(): {
|
|
4269
|
+
[key: string]: any;
|
|
4270
|
+
};
|
|
4271
|
+
constructor(map?: {
|
|
4272
|
+
[key: string]: any;
|
|
4273
|
+
});
|
|
4274
|
+
}
|
|
4275
|
+
export declare class DescribeClusterTasksResponseBodyTasks extends $tea.Model {
|
|
4276
|
+
created?: string;
|
|
4277
|
+
error?: DescribeClusterTasksResponseBodyTasksError;
|
|
4278
|
+
state?: string;
|
|
4279
|
+
taskId?: string;
|
|
4280
|
+
taskType?: string;
|
|
4281
|
+
updated?: string;
|
|
3830
4282
|
static names(): {
|
|
3831
4283
|
[key: string]: string;
|
|
3832
4284
|
};
|
|
@@ -4083,6 +4535,34 @@ export declare class DescribeKubernetesVersionMetadataResponseBody extends $tea.
|
|
|
4083
4535
|
[key: string]: any;
|
|
4084
4536
|
});
|
|
4085
4537
|
}
|
|
4538
|
+
export declare class DescribeNodePoolVulsResponseBodyVulRecordsVulList extends $tea.Model {
|
|
4539
|
+
aliasName?: string;
|
|
4540
|
+
cveList?: string[];
|
|
4541
|
+
name?: string;
|
|
4542
|
+
necessity?: string;
|
|
4543
|
+
static names(): {
|
|
4544
|
+
[key: string]: string;
|
|
4545
|
+
};
|
|
4546
|
+
static types(): {
|
|
4547
|
+
[key: string]: any;
|
|
4548
|
+
};
|
|
4549
|
+
constructor(map?: {
|
|
4550
|
+
[key: string]: any;
|
|
4551
|
+
});
|
|
4552
|
+
}
|
|
4553
|
+
export declare class DescribeNodePoolVulsResponseBodyVulRecords extends $tea.Model {
|
|
4554
|
+
instanceId?: string;
|
|
4555
|
+
vulList?: DescribeNodePoolVulsResponseBodyVulRecordsVulList[];
|
|
4556
|
+
static names(): {
|
|
4557
|
+
[key: string]: string;
|
|
4558
|
+
};
|
|
4559
|
+
static types(): {
|
|
4560
|
+
[key: string]: any;
|
|
4561
|
+
};
|
|
4562
|
+
constructor(map?: {
|
|
4563
|
+
[key: string]: any;
|
|
4564
|
+
});
|
|
4565
|
+
}
|
|
4086
4566
|
export declare class DescribePolicyGovernanceInClusterResponseBodyAdmitLogLog extends $tea.Model {
|
|
4087
4567
|
clusterId?: string;
|
|
4088
4568
|
constraintKind?: string;
|
|
@@ -4247,6 +4727,67 @@ export declare class DescribePolicyInstancesStatusResponseBodyPolicyInstances ex
|
|
|
4247
4727
|
[key: string]: any;
|
|
4248
4728
|
});
|
|
4249
4729
|
}
|
|
4730
|
+
export declare class DescribeTaskInfoResponseBodyError extends $tea.Model {
|
|
4731
|
+
code?: string;
|
|
4732
|
+
message?: string;
|
|
4733
|
+
static names(): {
|
|
4734
|
+
[key: string]: string;
|
|
4735
|
+
};
|
|
4736
|
+
static types(): {
|
|
4737
|
+
[key: string]: any;
|
|
4738
|
+
};
|
|
4739
|
+
constructor(map?: {
|
|
4740
|
+
[key: string]: any;
|
|
4741
|
+
});
|
|
4742
|
+
}
|
|
4743
|
+
export declare class DescribeTaskInfoResponseBodyEvents extends $tea.Model {
|
|
4744
|
+
action?: string;
|
|
4745
|
+
level?: string;
|
|
4746
|
+
message?: string;
|
|
4747
|
+
reason?: string;
|
|
4748
|
+
source?: string;
|
|
4749
|
+
timestamp?: string;
|
|
4750
|
+
static names(): {
|
|
4751
|
+
[key: string]: string;
|
|
4752
|
+
};
|
|
4753
|
+
static types(): {
|
|
4754
|
+
[key: string]: any;
|
|
4755
|
+
};
|
|
4756
|
+
constructor(map?: {
|
|
4757
|
+
[key: string]: any;
|
|
4758
|
+
});
|
|
4759
|
+
}
|
|
4760
|
+
export declare class DescribeTaskInfoResponseBodyStages extends $tea.Model {
|
|
4761
|
+
endTime?: string;
|
|
4762
|
+
message?: string;
|
|
4763
|
+
outputs?: {
|
|
4764
|
+
[key: string]: any;
|
|
4765
|
+
};
|
|
4766
|
+
startTime?: string;
|
|
4767
|
+
state?: string;
|
|
4768
|
+
static names(): {
|
|
4769
|
+
[key: string]: string;
|
|
4770
|
+
};
|
|
4771
|
+
static types(): {
|
|
4772
|
+
[key: string]: any;
|
|
4773
|
+
};
|
|
4774
|
+
constructor(map?: {
|
|
4775
|
+
[key: string]: any;
|
|
4776
|
+
});
|
|
4777
|
+
}
|
|
4778
|
+
export declare class DescribeTaskInfoResponseBodyTarget extends $tea.Model {
|
|
4779
|
+
id?: string;
|
|
4780
|
+
type?: string;
|
|
4781
|
+
static names(): {
|
|
4782
|
+
[key: string]: string;
|
|
4783
|
+
};
|
|
4784
|
+
static types(): {
|
|
4785
|
+
[key: string]: any;
|
|
4786
|
+
};
|
|
4787
|
+
constructor(map?: {
|
|
4788
|
+
[key: string]: any;
|
|
4789
|
+
});
|
|
4790
|
+
}
|
|
4250
4791
|
export declare class DescribeTaskInfoResponseBodyTaskResult extends $tea.Model {
|
|
4251
4792
|
data?: string;
|
|
4252
4793
|
status?: string;
|
|
@@ -4365,6 +4906,18 @@ export declare class DescribeWorkflowsResponseBodyJobs extends $tea.Model {
|
|
|
4365
4906
|
[key: string]: any;
|
|
4366
4907
|
});
|
|
4367
4908
|
}
|
|
4909
|
+
export declare class FixNodePoolVulsRequestRolloutPolicy extends $tea.Model {
|
|
4910
|
+
maxParallelism?: number;
|
|
4911
|
+
static names(): {
|
|
4912
|
+
[key: string]: string;
|
|
4913
|
+
};
|
|
4914
|
+
static types(): {
|
|
4915
|
+
[key: string]: any;
|
|
4916
|
+
};
|
|
4917
|
+
constructor(map?: {
|
|
4918
|
+
[key: string]: any;
|
|
4919
|
+
});
|
|
4920
|
+
}
|
|
4368
4921
|
export declare class GetKubernetesTriggerResponseBody extends $tea.Model {
|
|
4369
4922
|
id?: string;
|
|
4370
4923
|
name?: string;
|
|
@@ -4623,6 +5176,52 @@ export declare class ModifyClusterNodePoolRequestTeeConfig extends $tea.Model {
|
|
|
4623
5176
|
[key: string]: any;
|
|
4624
5177
|
});
|
|
4625
5178
|
}
|
|
5179
|
+
export declare class ModifyNodePoolNodeConfigRequestKubeletConfig extends $tea.Model {
|
|
5180
|
+
cpuManagerPolicy?: string;
|
|
5181
|
+
eventBurst?: number;
|
|
5182
|
+
eventRecordQPS?: number;
|
|
5183
|
+
evictionHard?: {
|
|
5184
|
+
[key: string]: any;
|
|
5185
|
+
};
|
|
5186
|
+
evictionSoft?: {
|
|
5187
|
+
[key: string]: any;
|
|
5188
|
+
};
|
|
5189
|
+
evictionSoftGracePeriod?: {
|
|
5190
|
+
[key: string]: any;
|
|
5191
|
+
};
|
|
5192
|
+
kubeAPIBurst?: number;
|
|
5193
|
+
kubeAPIQPS?: number;
|
|
5194
|
+
kubeReserved?: {
|
|
5195
|
+
[key: string]: any;
|
|
5196
|
+
};
|
|
5197
|
+
registryBurst?: number;
|
|
5198
|
+
registryPullQPS?: number;
|
|
5199
|
+
serializeImagePulls?: boolean;
|
|
5200
|
+
systemReserved?: {
|
|
5201
|
+
[key: string]: any;
|
|
5202
|
+
};
|
|
5203
|
+
static names(): {
|
|
5204
|
+
[key: string]: string;
|
|
5205
|
+
};
|
|
5206
|
+
static types(): {
|
|
5207
|
+
[key: string]: any;
|
|
5208
|
+
};
|
|
5209
|
+
constructor(map?: {
|
|
5210
|
+
[key: string]: any;
|
|
5211
|
+
});
|
|
5212
|
+
}
|
|
5213
|
+
export declare class ModifyNodePoolNodeConfigRequestRollingPolicy extends $tea.Model {
|
|
5214
|
+
maxParallelism?: number;
|
|
5215
|
+
static names(): {
|
|
5216
|
+
[key: string]: string;
|
|
5217
|
+
};
|
|
5218
|
+
static types(): {
|
|
5219
|
+
[key: string]: any;
|
|
5220
|
+
};
|
|
5221
|
+
constructor(map?: {
|
|
5222
|
+
[key: string]: any;
|
|
5223
|
+
});
|
|
5224
|
+
}
|
|
4626
5225
|
export declare class ScaleClusterRequestTags extends $tea.Model {
|
|
4627
5226
|
key?: string;
|
|
4628
5227
|
static names(): {
|
|
@@ -4722,6 +5321,10 @@ export default class Client extends OpenApi {
|
|
|
4722
5321
|
cancelComponentUpgradeWithOptions(clusterId: string, componentId: string, headers: {
|
|
4723
5322
|
[key: string]: string;
|
|
4724
5323
|
}, runtime: $Util.RuntimeOptions): Promise<CancelComponentUpgradeResponse>;
|
|
5324
|
+
cancelTask(taskId: string): Promise<CancelTaskResponse>;
|
|
5325
|
+
cancelTaskWithOptions(taskId: string, headers: {
|
|
5326
|
+
[key: string]: string;
|
|
5327
|
+
}, runtime: $Util.RuntimeOptions): Promise<CancelTaskResponse>;
|
|
4725
5328
|
cancelWorkflow(workflowName: string, request: CancelWorkflowRequest): Promise<CancelWorkflowResponse>;
|
|
4726
5329
|
cancelWorkflowWithOptions(workflowName: string, request: CancelWorkflowRequest, headers: {
|
|
4727
5330
|
[key: string]: string;
|
|
@@ -4830,6 +5433,10 @@ export default class Client extends OpenApi {
|
|
|
4830
5433
|
describeClusterDetailWithOptions(ClusterId: string, headers: {
|
|
4831
5434
|
[key: string]: string;
|
|
4832
5435
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterDetailResponse>;
|
|
5436
|
+
describeClusterEvents(ClusterId: string, request: DescribeClusterEventsRequest): Promise<DescribeClusterEventsResponse>;
|
|
5437
|
+
describeClusterEventsWithOptions(ClusterId: string, request: DescribeClusterEventsRequest, headers: {
|
|
5438
|
+
[key: string]: string;
|
|
5439
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterEventsResponse>;
|
|
4833
5440
|
describeClusterLogs(ClusterId: string): Promise<DescribeClusterLogsResponse>;
|
|
4834
5441
|
describeClusterLogsWithOptions(ClusterId: string, headers: {
|
|
4835
5442
|
[key: string]: string;
|
|
@@ -4850,6 +5457,10 @@ export default class Client extends OpenApi {
|
|
|
4850
5457
|
describeClusterResourcesWithOptions(ClusterId: string, headers: {
|
|
4851
5458
|
[key: string]: string;
|
|
4852
5459
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterResourcesResponse>;
|
|
5460
|
+
describeClusterTasks(clusterId: string): Promise<DescribeClusterTasksResponse>;
|
|
5461
|
+
describeClusterTasksWithOptions(clusterId: string, headers: {
|
|
5462
|
+
[key: string]: string;
|
|
5463
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeClusterTasksResponse>;
|
|
4853
5464
|
describeClusterUserKubeconfig(ClusterId: string, request: DescribeClusterUserKubeconfigRequest): Promise<DescribeClusterUserKubeconfigResponse>;
|
|
4854
5465
|
describeClusterUserKubeconfigWithOptions(ClusterId: string, request: DescribeClusterUserKubeconfigRequest, headers: {
|
|
4855
5466
|
[key: string]: string;
|
|
@@ -4894,6 +5505,10 @@ export default class Client extends OpenApi {
|
|
|
4894
5505
|
describeKubernetesVersionMetadataWithOptions(request: DescribeKubernetesVersionMetadataRequest, headers: {
|
|
4895
5506
|
[key: string]: string;
|
|
4896
5507
|
}, runtime: $Util.RuntimeOptions): Promise<DescribeKubernetesVersionMetadataResponse>;
|
|
5508
|
+
describeNodePoolVuls(clusterId: string, nodepoolId: string): Promise<DescribeNodePoolVulsResponse>;
|
|
5509
|
+
describeNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, headers: {
|
|
5510
|
+
[key: string]: string;
|
|
5511
|
+
}, runtime: $Util.RuntimeOptions): Promise<DescribeNodePoolVulsResponse>;
|
|
4897
5512
|
describePolicies(): Promise<DescribePoliciesResponse>;
|
|
4898
5513
|
describePoliciesWithOptions(headers: {
|
|
4899
5514
|
[key: string]: string;
|
|
@@ -4946,6 +5561,10 @@ export default class Client extends OpenApi {
|
|
|
4946
5561
|
edgeClusterAddEdgeMachineWithOptions(clusterid: string, edgeMachineid: string, request: EdgeClusterAddEdgeMachineRequest, headers: {
|
|
4947
5562
|
[key: string]: string;
|
|
4948
5563
|
}, runtime: $Util.RuntimeOptions): Promise<EdgeClusterAddEdgeMachineResponse>;
|
|
5564
|
+
fixNodePoolVuls(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest): Promise<FixNodePoolVulsResponse>;
|
|
5565
|
+
fixNodePoolVulsWithOptions(clusterId: string, nodepoolId: string, request: FixNodePoolVulsRequest, headers: {
|
|
5566
|
+
[key: string]: string;
|
|
5567
|
+
}, runtime: $Util.RuntimeOptions): Promise<FixNodePoolVulsResponse>;
|
|
4949
5568
|
getKubernetesTrigger(ClusterId: string, request: GetKubernetesTriggerRequest): Promise<GetKubernetesTriggerResponse>;
|
|
4950
5569
|
getKubernetesTriggerWithOptions(ClusterId: string, request: GetKubernetesTriggerRequest, headers: {
|
|
4951
5570
|
[key: string]: string;
|
|
@@ -4966,8 +5585,8 @@ export default class Client extends OpenApi {
|
|
|
4966
5585
|
listTagResourcesWithOptions(tmpReq: ListTagResourcesRequest, headers: {
|
|
4967
5586
|
[key: string]: string;
|
|
4968
5587
|
}, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
4969
|
-
migrateCluster(clusterId: string): Promise<MigrateClusterResponse>;
|
|
4970
|
-
migrateClusterWithOptions(clusterId: string, headers: {
|
|
5588
|
+
migrateCluster(clusterId: string, request: MigrateClusterRequest): Promise<MigrateClusterResponse>;
|
|
5589
|
+
migrateClusterWithOptions(clusterId: string, request: MigrateClusterRequest, headers: {
|
|
4971
5590
|
[key: string]: string;
|
|
4972
5591
|
}, runtime: $Util.RuntimeOptions): Promise<MigrateClusterResponse>;
|
|
4973
5592
|
modifyCluster(ClusterId: string, request: ModifyClusterRequest): Promise<ModifyClusterResponse>;
|
|
@@ -4990,6 +5609,10 @@ export default class Client extends OpenApi {
|
|
|
4990
5609
|
modifyClusterTagsWithOptions(ClusterId: string, request: ModifyClusterTagsRequest, headers: {
|
|
4991
5610
|
[key: string]: string;
|
|
4992
5611
|
}, runtime: $Util.RuntimeOptions): Promise<ModifyClusterTagsResponse>;
|
|
5612
|
+
modifyNodePoolNodeConfig(ClusterId: string, NodepoolId: string, request: ModifyNodePoolNodeConfigRequest): Promise<ModifyNodePoolNodeConfigResponse>;
|
|
5613
|
+
modifyNodePoolNodeConfigWithOptions(ClusterId: string, NodepoolId: string, request: ModifyNodePoolNodeConfigRequest, headers: {
|
|
5614
|
+
[key: string]: string;
|
|
5615
|
+
}, runtime: $Util.RuntimeOptions): Promise<ModifyNodePoolNodeConfigResponse>;
|
|
4993
5616
|
modifyPolicyInstance(clusterId: string, policyName: string, request: ModifyPolicyInstanceRequest): Promise<ModifyPolicyInstanceResponse>;
|
|
4994
5617
|
modifyPolicyInstanceWithOptions(clusterId: string, policyName: string, request: ModifyPolicyInstanceRequest, headers: {
|
|
4995
5618
|
[key: string]: string;
|
|
@@ -5006,6 +5629,10 @@ export default class Client extends OpenApi {
|
|
|
5006
5629
|
pauseComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
|
|
5007
5630
|
[key: string]: string;
|
|
5008
5631
|
}, runtime: $Util.RuntimeOptions): Promise<PauseComponentUpgradeResponse>;
|
|
5632
|
+
pauseTask(taskId: string): Promise<PauseTaskResponse>;
|
|
5633
|
+
pauseTaskWithOptions(taskId: string, headers: {
|
|
5634
|
+
[key: string]: string;
|
|
5635
|
+
}, runtime: $Util.RuntimeOptions): Promise<PauseTaskResponse>;
|
|
5009
5636
|
removeClusterNodes(ClusterId: string, request: RemoveClusterNodesRequest): Promise<RemoveClusterNodesResponse>;
|
|
5010
5637
|
removeClusterNodesWithOptions(ClusterId: string, request: RemoveClusterNodesRequest, headers: {
|
|
5011
5638
|
[key: string]: string;
|
|
@@ -5022,6 +5649,10 @@ export default class Client extends OpenApi {
|
|
|
5022
5649
|
resumeComponentUpgradeWithOptions(clusterid: string, componentid: string, headers: {
|
|
5023
5650
|
[key: string]: string;
|
|
5024
5651
|
}, runtime: $Util.RuntimeOptions): Promise<ResumeComponentUpgradeResponse>;
|
|
5652
|
+
resumeTask(taskId: string): Promise<ResumeTaskResponse>;
|
|
5653
|
+
resumeTaskWithOptions(taskId: string, headers: {
|
|
5654
|
+
[key: string]: string;
|
|
5655
|
+
}, runtime: $Util.RuntimeOptions): Promise<ResumeTaskResponse>;
|
|
5025
5656
|
resumeUpgradeCluster(ClusterId: string): Promise<ResumeUpgradeClusterResponse>;
|
|
5026
5657
|
resumeUpgradeClusterWithOptions(ClusterId: string, headers: {
|
|
5027
5658
|
[key: string]: string;
|