tencentcloud-sdk-nodejs-tem 4.0.617 → 4.0.619
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/CHANGELOG.md +556 -0
- package/SERVICE_CHANGELOG.md +677 -22
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/services/tem/v20201221/tem_models.ts +74 -278
- package/src/services/tem/v20210701/tem_models.ts +584 -1231
- package/tencentcloud/services/tem/v20201221/tem_models.d.ts +74 -74
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +584 -584
|
@@ -23,12 +23,10 @@ export interface MountedSettingConf {
|
|
|
23
23
|
* 配置名称
|
|
24
24
|
*/
|
|
25
25
|
ConfigDataName: string
|
|
26
|
-
|
|
27
26
|
/**
|
|
28
27
|
* 挂载路径
|
|
29
28
|
*/
|
|
30
29
|
MountedPath: string
|
|
31
|
-
|
|
32
30
|
/**
|
|
33
31
|
* 配置内容
|
|
34
32
|
*/
|
|
@@ -40,11 +38,10 @@ export interface MountedSettingConf {
|
|
|
40
38
|
*/
|
|
41
39
|
export interface ModifyServiceInfoResponse {
|
|
42
40
|
/**
|
|
43
|
-
|
|
41
|
+
* 成功与否
|
|
44
42
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
45
|
-
|
|
43
|
+
*/
|
|
46
44
|
Result: boolean
|
|
47
|
-
|
|
48
45
|
/**
|
|
49
46
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
50
47
|
*/
|
|
@@ -59,7 +56,6 @@ export interface StorageMountConf {
|
|
|
59
56
|
* 数据卷名
|
|
60
57
|
*/
|
|
61
58
|
VolumeName: string
|
|
62
|
-
|
|
63
59
|
/**
|
|
64
60
|
* 数据卷绑定路径
|
|
65
61
|
*/
|
|
@@ -74,17 +70,14 @@ export interface CreateResourceRequest {
|
|
|
74
70
|
* 命名空间 Id
|
|
75
71
|
*/
|
|
76
72
|
NamespaceId: string
|
|
77
|
-
|
|
78
73
|
/**
|
|
79
74
|
* 资源类型,目前支持文件系统:CFS;日志服务:CLS;注册中心:TSE_SRE
|
|
80
75
|
*/
|
|
81
76
|
ResourceType: string
|
|
82
|
-
|
|
83
77
|
/**
|
|
84
78
|
* 资源 Id
|
|
85
79
|
*/
|
|
86
80
|
ResourceId: string
|
|
87
|
-
|
|
88
81
|
/**
|
|
89
82
|
* 来源渠道
|
|
90
83
|
*/
|
|
@@ -99,7 +92,6 @@ export interface CreateServiceV2Response {
|
|
|
99
92
|
* 服务code
|
|
100
93
|
*/
|
|
101
94
|
Result: string
|
|
102
|
-
|
|
103
95
|
/**
|
|
104
96
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
105
97
|
*/
|
|
@@ -114,22 +106,18 @@ export interface CreateCosTokenV2Request {
|
|
|
114
106
|
* 服务ID
|
|
115
107
|
*/
|
|
116
108
|
ServiceId: string
|
|
117
|
-
|
|
118
109
|
/**
|
|
119
110
|
* 包名
|
|
120
111
|
*/
|
|
121
112
|
PkgName: string
|
|
122
|
-
|
|
123
113
|
/**
|
|
124
114
|
* optType 1上传 2查询
|
|
125
115
|
*/
|
|
126
116
|
OptType: number
|
|
127
|
-
|
|
128
117
|
/**
|
|
129
118
|
* 来源 channel
|
|
130
119
|
*/
|
|
131
120
|
SourceChannel?: number
|
|
132
|
-
|
|
133
121
|
/**
|
|
134
122
|
* 充当deployVersion入参
|
|
135
123
|
*/
|
|
@@ -144,7 +132,6 @@ export interface DeployServiceV2Response {
|
|
|
144
132
|
* 版本ID(前端可忽略)
|
|
145
133
|
*/
|
|
146
134
|
Result: string
|
|
147
|
-
|
|
148
135
|
/**
|
|
149
136
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
150
137
|
*/
|
|
@@ -159,22 +146,18 @@ export interface EsInfo {
|
|
|
159
146
|
* 最小实例数
|
|
160
147
|
*/
|
|
161
148
|
MinAliveInstances: number
|
|
162
|
-
|
|
163
149
|
/**
|
|
164
150
|
* 最大实例数
|
|
165
151
|
*/
|
|
166
152
|
MaxAliveInstances: number
|
|
167
|
-
|
|
168
153
|
/**
|
|
169
154
|
* 弹性策略,1:cpu,2:内存
|
|
170
155
|
*/
|
|
171
156
|
EsStrategy: number
|
|
172
|
-
|
|
173
157
|
/**
|
|
174
158
|
* 弹性扩缩容条件值
|
|
175
159
|
*/
|
|
176
160
|
Threshold: number
|
|
177
|
-
|
|
178
161
|
/**
|
|
179
162
|
* 版本Id
|
|
180
163
|
*/
|
|
@@ -189,7 +172,6 @@ export interface DescribeNamespacesResponse {
|
|
|
189
172
|
* 返回结果
|
|
190
173
|
*/
|
|
191
174
|
Result: NamespacePage
|
|
192
|
-
|
|
193
175
|
/**
|
|
194
176
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
195
177
|
*/
|
|
@@ -204,12 +186,10 @@ export interface PortMapping {
|
|
|
204
186
|
* 端口
|
|
205
187
|
*/
|
|
206
188
|
Port: number
|
|
207
|
-
|
|
208
189
|
/**
|
|
209
190
|
* 映射端口
|
|
210
191
|
*/
|
|
211
192
|
TargetPort: number
|
|
212
|
-
|
|
213
193
|
/**
|
|
214
194
|
* 协议栈 TCP/UDP
|
|
215
195
|
*/
|
|
@@ -224,32 +204,26 @@ export interface RestartServiceRunPodRequest {
|
|
|
224
204
|
* 环境id
|
|
225
205
|
*/
|
|
226
206
|
NamespaceId: string
|
|
227
|
-
|
|
228
207
|
/**
|
|
229
208
|
* 服务名id
|
|
230
209
|
*/
|
|
231
210
|
ServiceId: string
|
|
232
|
-
|
|
233
211
|
/**
|
|
234
212
|
* 名字
|
|
235
213
|
*/
|
|
236
214
|
PodName: string
|
|
237
|
-
|
|
238
215
|
/**
|
|
239
216
|
* 单页条数
|
|
240
217
|
*/
|
|
241
218
|
Limit?: number
|
|
242
|
-
|
|
243
219
|
/**
|
|
244
220
|
* 分页下标
|
|
245
221
|
*/
|
|
246
222
|
Offset?: number
|
|
247
|
-
|
|
248
223
|
/**
|
|
249
224
|
* pod状态
|
|
250
225
|
*/
|
|
251
226
|
Status?: string
|
|
252
|
-
|
|
253
227
|
/**
|
|
254
228
|
* 来源渠道
|
|
255
229
|
*/
|
|
@@ -261,11 +235,10 @@ export interface RestartServiceRunPodRequest {
|
|
|
261
235
|
*/
|
|
262
236
|
export interface ModifyIngressResponse {
|
|
263
237
|
/**
|
|
264
|
-
|
|
238
|
+
* 创建成功
|
|
265
239
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
266
|
-
|
|
240
|
+
*/
|
|
267
241
|
Result: boolean
|
|
268
|
-
|
|
269
242
|
/**
|
|
270
243
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
271
244
|
*/
|
|
@@ -280,17 +253,14 @@ export interface DeleteIngressRequest {
|
|
|
280
253
|
* tem NamespaceId
|
|
281
254
|
*/
|
|
282
255
|
NamespaceId: string
|
|
283
|
-
|
|
284
256
|
/**
|
|
285
257
|
* eks namespace 名
|
|
286
258
|
*/
|
|
287
259
|
EksNamespace: string
|
|
288
|
-
|
|
289
260
|
/**
|
|
290
261
|
* ingress 规则名
|
|
291
262
|
*/
|
|
292
263
|
Name: string
|
|
293
|
-
|
|
294
264
|
/**
|
|
295
265
|
* 来源渠道
|
|
296
266
|
*/
|
|
@@ -305,12 +275,10 @@ export interface ModifyServiceInfoRequest {
|
|
|
305
275
|
* 服务ID
|
|
306
276
|
*/
|
|
307
277
|
ServiceId: string
|
|
308
|
-
|
|
309
278
|
/**
|
|
310
279
|
* 描述
|
|
311
280
|
*/
|
|
312
281
|
Description: string
|
|
313
|
-
|
|
314
282
|
/**
|
|
315
283
|
* 来源渠道
|
|
316
284
|
*/
|
|
@@ -322,11 +290,10 @@ export interface ModifyServiceInfoRequest {
|
|
|
322
290
|
*/
|
|
323
291
|
export interface CreateNamespaceResponse {
|
|
324
292
|
/**
|
|
325
|
-
|
|
293
|
+
* 成功时为命名空间ID,失败为null
|
|
326
294
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
327
|
-
|
|
295
|
+
*/
|
|
328
296
|
Result: string
|
|
329
|
-
|
|
330
297
|
/**
|
|
331
298
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
332
299
|
*/
|
|
@@ -341,17 +308,14 @@ export interface DescribeRelatedIngressesRequest {
|
|
|
341
308
|
* 环境 id
|
|
342
309
|
*/
|
|
343
310
|
NamespaceId?: string
|
|
344
|
-
|
|
345
311
|
/**
|
|
346
312
|
* EKS namespace
|
|
347
313
|
*/
|
|
348
314
|
EksNamespace?: string
|
|
349
|
-
|
|
350
315
|
/**
|
|
351
316
|
* 来源渠道
|
|
352
317
|
*/
|
|
353
318
|
SourceChannel?: number
|
|
354
|
-
|
|
355
319
|
/**
|
|
356
320
|
* 服务 ID
|
|
357
321
|
*/
|
|
@@ -366,42 +330,34 @@ export interface CosToken {
|
|
|
366
330
|
* 唯一请求 ID
|
|
367
331
|
*/
|
|
368
332
|
RequestId: string
|
|
369
|
-
|
|
370
333
|
/**
|
|
371
334
|
* 存储桶桶名
|
|
372
335
|
*/
|
|
373
336
|
Bucket: string
|
|
374
|
-
|
|
375
337
|
/**
|
|
376
338
|
* 存储桶所在区域
|
|
377
339
|
*/
|
|
378
340
|
Region: string
|
|
379
|
-
|
|
380
341
|
/**
|
|
381
342
|
* 临时密钥的SecretId
|
|
382
343
|
*/
|
|
383
344
|
TmpSecretId: string
|
|
384
|
-
|
|
385
345
|
/**
|
|
386
346
|
* 临时密钥的SecretKey
|
|
387
347
|
*/
|
|
388
348
|
TmpSecretKey: string
|
|
389
|
-
|
|
390
349
|
/**
|
|
391
350
|
* 临时密钥的 sessionToken
|
|
392
351
|
*/
|
|
393
352
|
SessionToken: string
|
|
394
|
-
|
|
395
353
|
/**
|
|
396
354
|
* 临时密钥获取的开始时间
|
|
397
355
|
*/
|
|
398
356
|
StartTime: string
|
|
399
|
-
|
|
400
357
|
/**
|
|
401
358
|
* 临时密钥的 expiredTime
|
|
402
359
|
*/
|
|
403
360
|
ExpiredTime: string
|
|
404
|
-
|
|
405
361
|
/**
|
|
406
362
|
* 包完整路径
|
|
407
363
|
*/
|
|
@@ -416,12 +372,10 @@ export interface DescribeNamespacesRequest {
|
|
|
416
372
|
* 分页limit
|
|
417
373
|
*/
|
|
418
374
|
Limit?: number
|
|
419
|
-
|
|
420
375
|
/**
|
|
421
376
|
* 分页下标
|
|
422
377
|
*/
|
|
423
378
|
Offset?: number
|
|
424
|
-
|
|
425
379
|
/**
|
|
426
380
|
* 来源source
|
|
427
381
|
*/
|
|
@@ -436,22 +390,18 @@ export interface CreateCosTokenRequest {
|
|
|
436
390
|
* 服务ID
|
|
437
391
|
*/
|
|
438
392
|
ServiceId: string
|
|
439
|
-
|
|
440
393
|
/**
|
|
441
394
|
* 服务版本ID
|
|
442
395
|
*/
|
|
443
396
|
VersionId: string
|
|
444
|
-
|
|
445
397
|
/**
|
|
446
398
|
* 包名
|
|
447
399
|
*/
|
|
448
400
|
PkgName: string
|
|
449
|
-
|
|
450
401
|
/**
|
|
451
402
|
* optType 1上传 2查询
|
|
452
403
|
*/
|
|
453
404
|
OptType: number
|
|
454
|
-
|
|
455
405
|
/**
|
|
456
406
|
* 来源 channel
|
|
457
407
|
*/
|
|
@@ -466,173 +416,140 @@ export interface DeployServiceV2Request {
|
|
|
466
416
|
* 服务ID
|
|
467
417
|
*/
|
|
468
418
|
ServiceId: string
|
|
469
|
-
|
|
470
419
|
/**
|
|
471
420
|
* 容器端口
|
|
472
421
|
*/
|
|
473
422
|
ContainerPort: number
|
|
474
|
-
|
|
475
423
|
/**
|
|
476
424
|
* 初始化 pod 数
|
|
477
425
|
*/
|
|
478
426
|
InitPodNum: number
|
|
479
|
-
|
|
480
427
|
/**
|
|
481
428
|
* cpu规格
|
|
482
429
|
*/
|
|
483
430
|
CpuSpec: number
|
|
484
|
-
|
|
485
431
|
/**
|
|
486
432
|
* 内存规格
|
|
487
433
|
*/
|
|
488
434
|
MemorySpec: number
|
|
489
|
-
|
|
490
435
|
/**
|
|
491
436
|
* 环境ID
|
|
492
437
|
*/
|
|
493
438
|
NamespaceId: string
|
|
494
|
-
|
|
495
439
|
/**
|
|
496
440
|
* 镜像仓库
|
|
497
441
|
*/
|
|
498
442
|
ImgRepo?: string
|
|
499
|
-
|
|
500
443
|
/**
|
|
501
444
|
* 版本描述信息
|
|
502
445
|
*/
|
|
503
446
|
VersionDesc?: string
|
|
504
|
-
|
|
505
447
|
/**
|
|
506
448
|
* 启动参数
|
|
507
449
|
*/
|
|
508
450
|
JvmOpts?: string
|
|
509
|
-
|
|
510
451
|
/**
|
|
511
452
|
* 弹性伸缩配置,不传默认不启用弹性伸缩配置
|
|
512
453
|
*/
|
|
513
454
|
EsInfo?: EsInfo
|
|
514
|
-
|
|
515
455
|
/**
|
|
516
456
|
* 环境变量配置
|
|
517
457
|
*/
|
|
518
458
|
EnvConf?: Array<Pair>
|
|
519
|
-
|
|
520
459
|
/**
|
|
521
460
|
* 日志配置
|
|
522
461
|
*/
|
|
523
462
|
LogConfs?: Array<string>
|
|
524
|
-
|
|
525
463
|
/**
|
|
526
464
|
* 数据卷配置
|
|
527
465
|
*/
|
|
528
466
|
StorageConfs?: Array<StorageConf>
|
|
529
|
-
|
|
530
467
|
/**
|
|
531
468
|
* 数据卷挂载配置
|
|
532
469
|
*/
|
|
533
470
|
StorageMountConfs?: Array<StorageMountConf>
|
|
534
|
-
|
|
535
471
|
/**
|
|
536
|
-
|
|
472
|
+
* 部署类型。
|
|
537
473
|
- JAR:通过 jar 包部署
|
|
538
474
|
- WAR:通过 war 包部署
|
|
539
475
|
- IMAGE:通过镜像部署
|
|
540
|
-
|
|
476
|
+
*/
|
|
541
477
|
DeployMode?: string
|
|
542
|
-
|
|
543
478
|
/**
|
|
544
|
-
|
|
479
|
+
* 部署类型为 IMAGE 时,该参数表示镜像 tag。
|
|
545
480
|
部署类型为 JAR/WAR 时,该参数表示包版本号。
|
|
546
|
-
|
|
481
|
+
*/
|
|
547
482
|
DeployVersion?: string
|
|
548
|
-
|
|
549
483
|
/**
|
|
550
484
|
* 包名。使用 JAR 包或者 WAR 包部署的时候必填。
|
|
551
485
|
*/
|
|
552
486
|
PkgName?: string
|
|
553
|
-
|
|
554
487
|
/**
|
|
555
|
-
|
|
488
|
+
* JDK 版本。
|
|
556
489
|
- KONA:使用 kona jdk。
|
|
557
490
|
- OPEN:使用 open jdk。
|
|
558
|
-
|
|
491
|
+
*/
|
|
559
492
|
JdkVersion?: string
|
|
560
|
-
|
|
561
493
|
/**
|
|
562
494
|
* 安全组ID s
|
|
563
495
|
*/
|
|
564
496
|
SecurityGroupIds?: Array<string>
|
|
565
|
-
|
|
566
497
|
/**
|
|
567
498
|
* 日志输出配置
|
|
568
499
|
*/
|
|
569
500
|
LogOutputConf?: LogOutputConf
|
|
570
|
-
|
|
571
501
|
/**
|
|
572
502
|
* 来源渠道
|
|
573
503
|
*/
|
|
574
504
|
SourceChannel?: number
|
|
575
|
-
|
|
576
505
|
/**
|
|
577
506
|
* 版本描述
|
|
578
507
|
*/
|
|
579
508
|
Description?: string
|
|
580
|
-
|
|
581
509
|
/**
|
|
582
510
|
* 镜像命令
|
|
583
511
|
*/
|
|
584
512
|
ImageCommand?: string
|
|
585
|
-
|
|
586
513
|
/**
|
|
587
514
|
* 镜像命令参数
|
|
588
515
|
*/
|
|
589
516
|
ImageArgs?: Array<string>
|
|
590
|
-
|
|
591
517
|
/**
|
|
592
518
|
* 服务端口映射
|
|
593
519
|
*/
|
|
594
520
|
PortMappings?: Array<PortMapping>
|
|
595
|
-
|
|
596
521
|
/**
|
|
597
522
|
* 是否添加默认注册中心配置
|
|
598
523
|
*/
|
|
599
524
|
UseRegistryDefaultConfig?: boolean
|
|
600
|
-
|
|
601
525
|
/**
|
|
602
526
|
* 挂载配置信息
|
|
603
527
|
*/
|
|
604
528
|
SettingConfs?: Array<MountedSettingConf>
|
|
605
|
-
|
|
606
529
|
/**
|
|
607
530
|
* eks 访问设置
|
|
608
531
|
*/
|
|
609
532
|
EksService?: EksService
|
|
610
|
-
|
|
611
533
|
/**
|
|
612
534
|
* 要回滚到的历史版本id
|
|
613
535
|
*/
|
|
614
536
|
VersionId?: string
|
|
615
|
-
|
|
616
537
|
/**
|
|
617
538
|
* 启动后执行的脚本
|
|
618
539
|
*/
|
|
619
540
|
PostStart?: string
|
|
620
|
-
|
|
621
541
|
/**
|
|
622
542
|
* 停止前执行的脚本
|
|
623
543
|
*/
|
|
624
544
|
PreStop?: string
|
|
625
|
-
|
|
626
545
|
/**
|
|
627
546
|
* 分批发布策略配置
|
|
628
547
|
*/
|
|
629
548
|
DeployStrategyConf?: DeployStrategyConf
|
|
630
|
-
|
|
631
549
|
/**
|
|
632
550
|
* 存活探针配置
|
|
633
551
|
*/
|
|
634
552
|
Liveness?: HealthCheckConfig
|
|
635
|
-
|
|
636
553
|
/**
|
|
637
554
|
* 就绪探针配置
|
|
638
555
|
*/
|
|
@@ -647,7 +564,6 @@ export interface ModifyIngressRequest {
|
|
|
647
564
|
* Ingress 规则配置
|
|
648
565
|
*/
|
|
649
566
|
Ingress: IngressInfo
|
|
650
|
-
|
|
651
567
|
/**
|
|
652
568
|
* 来源渠道
|
|
653
569
|
*/
|
|
@@ -659,11 +575,10 @@ export interface ModifyIngressRequest {
|
|
|
659
575
|
*/
|
|
660
576
|
export interface GenerateDownloadUrlResponse {
|
|
661
577
|
/**
|
|
662
|
-
|
|
578
|
+
* 包下载临时链接
|
|
663
579
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
664
|
-
|
|
580
|
+
*/
|
|
665
581
|
Result: string
|
|
666
|
-
|
|
667
582
|
/**
|
|
668
583
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
669
584
|
*/
|
|
@@ -675,11 +590,10 @@ export interface GenerateDownloadUrlResponse {
|
|
|
675
590
|
*/
|
|
676
591
|
export interface DescribeRelatedIngressesResponse {
|
|
677
592
|
/**
|
|
678
|
-
|
|
593
|
+
* ingress 数组
|
|
679
594
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
680
|
-
|
|
595
|
+
*/
|
|
681
596
|
Result: Array<IngressInfo>
|
|
682
|
-
|
|
683
597
|
/**
|
|
684
598
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
685
599
|
*/
|
|
@@ -694,32 +608,26 @@ export interface CreateNamespaceRequest {
|
|
|
694
608
|
* 命名空间名称
|
|
695
609
|
*/
|
|
696
610
|
NamespaceName: string
|
|
697
|
-
|
|
698
611
|
/**
|
|
699
612
|
* 私有网络名称
|
|
700
613
|
*/
|
|
701
614
|
Vpc: string
|
|
702
|
-
|
|
703
615
|
/**
|
|
704
616
|
* 子网列表
|
|
705
617
|
*/
|
|
706
618
|
SubnetIds: Array<string>
|
|
707
|
-
|
|
708
619
|
/**
|
|
709
620
|
* 命名空间描述
|
|
710
621
|
*/
|
|
711
622
|
Description?: string
|
|
712
|
-
|
|
713
623
|
/**
|
|
714
624
|
* K8s version
|
|
715
625
|
*/
|
|
716
626
|
K8sVersion?: string
|
|
717
|
-
|
|
718
627
|
/**
|
|
719
628
|
* 来源渠道
|
|
720
629
|
*/
|
|
721
630
|
SourceChannel?: number
|
|
722
|
-
|
|
723
631
|
/**
|
|
724
632
|
* 是否开启tsw服务
|
|
725
633
|
*/
|
|
@@ -734,17 +642,14 @@ export interface DescribeIngressesRequest {
|
|
|
734
642
|
* namespace id
|
|
735
643
|
*/
|
|
736
644
|
NamespaceId?: string
|
|
737
|
-
|
|
738
645
|
/**
|
|
739
646
|
* namespace
|
|
740
647
|
*/
|
|
741
648
|
EksNamespace?: string
|
|
742
|
-
|
|
743
649
|
/**
|
|
744
650
|
* 来源渠道
|
|
745
651
|
*/
|
|
746
652
|
SourceChannel?: number
|
|
747
|
-
|
|
748
653
|
/**
|
|
749
654
|
* ingress 规则名列表
|
|
750
655
|
*/
|
|
@@ -759,22 +664,18 @@ export interface DescribeRunPodPage {
|
|
|
759
664
|
* 分页下标
|
|
760
665
|
*/
|
|
761
666
|
Offset: number
|
|
762
|
-
|
|
763
667
|
/**
|
|
764
668
|
* 单页条数
|
|
765
669
|
*/
|
|
766
670
|
Limit: number
|
|
767
|
-
|
|
768
671
|
/**
|
|
769
672
|
* 总数
|
|
770
673
|
*/
|
|
771
674
|
TotalCount: number
|
|
772
|
-
|
|
773
675
|
/**
|
|
774
676
|
* 请求id
|
|
775
677
|
*/
|
|
776
678
|
RequestId: string
|
|
777
|
-
|
|
778
679
|
/**
|
|
779
680
|
* 条目
|
|
780
681
|
*/
|
|
@@ -789,35 +690,29 @@ export interface DescribeServiceRunPodListV2Request {
|
|
|
789
690
|
* 环境id
|
|
790
691
|
*/
|
|
791
692
|
NamespaceId: string
|
|
792
|
-
|
|
793
693
|
/**
|
|
794
694
|
* 服务名id
|
|
795
695
|
*/
|
|
796
696
|
ServiceId: string
|
|
797
|
-
|
|
798
697
|
/**
|
|
799
698
|
* 单页条数,默认值20
|
|
800
699
|
*/
|
|
801
700
|
Limit?: number
|
|
802
|
-
|
|
803
701
|
/**
|
|
804
702
|
* 分页下标,默认值0
|
|
805
703
|
*/
|
|
806
704
|
Offset?: number
|
|
807
|
-
|
|
808
705
|
/**
|
|
809
|
-
|
|
706
|
+
* 实例状态
|
|
810
707
|
- Running
|
|
811
708
|
- Pending
|
|
812
709
|
- Error
|
|
813
|
-
|
|
710
|
+
*/
|
|
814
711
|
Status?: string
|
|
815
|
-
|
|
816
712
|
/**
|
|
817
713
|
* 实例名字
|
|
818
714
|
*/
|
|
819
715
|
PodName?: string
|
|
820
|
-
|
|
821
716
|
/**
|
|
822
717
|
* 来源渠道
|
|
823
718
|
*/
|
|
@@ -832,22 +727,18 @@ export interface LogOutputConf {
|
|
|
832
727
|
* 日志消费端类型
|
|
833
728
|
*/
|
|
834
729
|
OutputType: string
|
|
835
|
-
|
|
836
730
|
/**
|
|
837
731
|
* cls日志集
|
|
838
732
|
*/
|
|
839
733
|
ClsLogsetName?: string
|
|
840
|
-
|
|
841
734
|
/**
|
|
842
735
|
* cls日志主题
|
|
843
736
|
*/
|
|
844
737
|
ClsLogTopicId?: string
|
|
845
|
-
|
|
846
738
|
/**
|
|
847
739
|
* cls日志集id
|
|
848
740
|
*/
|
|
849
741
|
ClsLogsetId?: string
|
|
850
|
-
|
|
851
742
|
/**
|
|
852
743
|
* cls日志名称
|
|
853
744
|
*/
|
|
@@ -859,11 +750,10 @@ export interface LogOutputConf {
|
|
|
859
750
|
*/
|
|
860
751
|
export interface DescribeIngressesResponse {
|
|
861
752
|
/**
|
|
862
|
-
|
|
753
|
+
* ingress 数组
|
|
863
754
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
864
|
-
|
|
755
|
+
*/
|
|
865
756
|
Result: Array<IngressInfo>
|
|
866
|
-
|
|
867
757
|
/**
|
|
868
758
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
869
759
|
*/
|
|
@@ -875,61 +765,51 @@ export interface DescribeIngressesResponse {
|
|
|
875
765
|
*/
|
|
876
766
|
export interface IngressInfo {
|
|
877
767
|
/**
|
|
878
|
-
|
|
768
|
+
* tem namespaceId
|
|
879
769
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
880
|
-
|
|
770
|
+
*/
|
|
881
771
|
NamespaceId: string
|
|
882
|
-
|
|
883
772
|
/**
|
|
884
773
|
* eks namespace
|
|
885
774
|
*/
|
|
886
775
|
EksNamespace: string
|
|
887
|
-
|
|
888
776
|
/**
|
|
889
777
|
* ip version
|
|
890
778
|
*/
|
|
891
779
|
AddressIPVersion: string
|
|
892
|
-
|
|
893
780
|
/**
|
|
894
781
|
* ingress name
|
|
895
782
|
*/
|
|
896
783
|
Name: string
|
|
897
|
-
|
|
898
784
|
/**
|
|
899
785
|
* rules 配置
|
|
900
786
|
*/
|
|
901
787
|
Rules: Array<IngressRule>
|
|
902
|
-
|
|
903
788
|
/**
|
|
904
|
-
|
|
789
|
+
* clb ID
|
|
905
790
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
906
|
-
|
|
791
|
+
*/
|
|
907
792
|
ClbId?: string
|
|
908
|
-
|
|
909
793
|
/**
|
|
910
|
-
|
|
794
|
+
* tls 配置
|
|
911
795
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
912
|
-
|
|
796
|
+
*/
|
|
913
797
|
Tls?: Array<IngressTls>
|
|
914
|
-
|
|
915
798
|
/**
|
|
916
|
-
|
|
799
|
+
* eks clusterId
|
|
917
800
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
918
|
-
|
|
801
|
+
*/
|
|
919
802
|
ClusterId?: string
|
|
920
|
-
|
|
921
803
|
/**
|
|
922
|
-
|
|
804
|
+
* clb ip
|
|
923
805
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
924
|
-
|
|
806
|
+
*/
|
|
925
807
|
Vip?: string
|
|
926
|
-
|
|
927
808
|
/**
|
|
928
|
-
|
|
809
|
+
* 创建时间
|
|
929
810
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
930
|
-
|
|
811
|
+
*/
|
|
931
812
|
CreateTime?: string
|
|
932
|
-
|
|
933
813
|
/**
|
|
934
814
|
* 是否混合 https,默认 false,可选值 true 代表有 https 协议监听
|
|
935
815
|
*/
|
|
@@ -944,7 +824,6 @@ export interface DeleteIngressResponse {
|
|
|
944
824
|
* 是否删除成功
|
|
945
825
|
*/
|
|
946
826
|
Result: boolean
|
|
947
|
-
|
|
948
827
|
/**
|
|
949
828
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
950
829
|
*/
|
|
@@ -956,11 +835,10 @@ export interface DeleteIngressResponse {
|
|
|
956
835
|
*/
|
|
957
836
|
export interface RestartServiceRunPodResponse {
|
|
958
837
|
/**
|
|
959
|
-
|
|
838
|
+
* 返回结果
|
|
960
839
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
961
|
-
|
|
840
|
+
*/
|
|
962
841
|
Result: boolean
|
|
963
|
-
|
|
964
842
|
/**
|
|
965
843
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
966
844
|
*/
|
|
@@ -975,27 +853,22 @@ export interface ModifyNamespaceRequest {
|
|
|
975
853
|
* 环境id
|
|
976
854
|
*/
|
|
977
855
|
NamespaceId: string
|
|
978
|
-
|
|
979
856
|
/**
|
|
980
857
|
* 命名空间名称
|
|
981
858
|
*/
|
|
982
859
|
NamespaceName?: string
|
|
983
|
-
|
|
984
860
|
/**
|
|
985
861
|
* 命名空间描述
|
|
986
862
|
*/
|
|
987
863
|
Description?: string
|
|
988
|
-
|
|
989
864
|
/**
|
|
990
865
|
* 私有网络名称
|
|
991
866
|
*/
|
|
992
867
|
Vpc?: string
|
|
993
|
-
|
|
994
868
|
/**
|
|
995
869
|
* 子网网络
|
|
996
870
|
*/
|
|
997
871
|
SubnetIds?: Array<string>
|
|
998
|
-
|
|
999
872
|
/**
|
|
1000
873
|
* 来源渠道
|
|
1001
874
|
*/
|
|
@@ -1010,7 +883,6 @@ export interface IngressRuleBackend {
|
|
|
1010
883
|
* eks service 名
|
|
1011
884
|
*/
|
|
1012
885
|
ServiceName: string
|
|
1013
|
-
|
|
1014
886
|
/**
|
|
1015
887
|
* eks service 端口
|
|
1016
888
|
*/
|
|
@@ -1025,7 +897,6 @@ export interface DescribeIngressResponse {
|
|
|
1025
897
|
* Ingress 规则配置
|
|
1026
898
|
*/
|
|
1027
899
|
Result: IngressInfo
|
|
1028
|
-
|
|
1029
900
|
/**
|
|
1030
901
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1031
902
|
*/
|
|
@@ -1037,11 +908,10 @@ export interface DescribeIngressResponse {
|
|
|
1037
908
|
*/
|
|
1038
909
|
export interface CreateCosTokenResponse {
|
|
1039
910
|
/**
|
|
1040
|
-
|
|
911
|
+
* 成功时为CosToken对象,失败为null
|
|
1041
912
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1042
|
-
|
|
913
|
+
*/
|
|
1043
914
|
Result: CosToken
|
|
1044
|
-
|
|
1045
915
|
/**
|
|
1046
916
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1047
917
|
*/
|
|
@@ -1056,13 +926,11 @@ export interface IngressRule {
|
|
|
1056
926
|
* ingress rule value
|
|
1057
927
|
*/
|
|
1058
928
|
Http: IngressRuleValue
|
|
1059
|
-
|
|
1060
929
|
/**
|
|
1061
|
-
|
|
930
|
+
* host 地址
|
|
1062
931
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1063
|
-
|
|
932
|
+
*/
|
|
1064
933
|
Host?: string
|
|
1065
|
-
|
|
1066
934
|
/**
|
|
1067
935
|
* 协议,选项为 http, https,默认为 http
|
|
1068
936
|
*/
|
|
@@ -1077,7 +945,6 @@ export interface IngressRulePath {
|
|
|
1077
945
|
* path 信息
|
|
1078
946
|
*/
|
|
1079
947
|
Path: string
|
|
1080
|
-
|
|
1081
948
|
/**
|
|
1082
949
|
* backend 配置
|
|
1083
950
|
*/
|
|
@@ -1092,16 +959,14 @@ export interface StorageConf {
|
|
|
1092
959
|
* 存储卷名称
|
|
1093
960
|
*/
|
|
1094
961
|
StorageVolName: string
|
|
1095
|
-
|
|
1096
962
|
/**
|
|
1097
963
|
* 存储卷路径
|
|
1098
964
|
*/
|
|
1099
965
|
StorageVolPath: string
|
|
1100
|
-
|
|
1101
966
|
/**
|
|
1102
|
-
|
|
967
|
+
* 存储卷IP
|
|
1103
968
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1104
|
-
|
|
969
|
+
*/
|
|
1105
970
|
StorageVolIp?: string
|
|
1106
971
|
}
|
|
1107
972
|
|
|
@@ -1110,11 +975,10 @@ export interface StorageConf {
|
|
|
1110
975
|
*/
|
|
1111
976
|
export interface ModifyNamespaceResponse {
|
|
1112
977
|
/**
|
|
1113
|
-
|
|
978
|
+
* 成功时为命名空间ID,失败为null
|
|
1114
979
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1115
|
-
|
|
980
|
+
*/
|
|
1116
981
|
Result: boolean
|
|
1117
|
-
|
|
1118
982
|
/**
|
|
1119
983
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1120
984
|
*/
|
|
@@ -1129,43 +993,36 @@ export interface RunVersionPod {
|
|
|
1129
993
|
* shell地址
|
|
1130
994
|
*/
|
|
1131
995
|
Webshell: string
|
|
1132
|
-
|
|
1133
996
|
/**
|
|
1134
997
|
* pod的id
|
|
1135
998
|
*/
|
|
1136
999
|
PodId: string
|
|
1137
|
-
|
|
1138
1000
|
/**
|
|
1139
1001
|
* 状态
|
|
1140
1002
|
*/
|
|
1141
1003
|
Status: string
|
|
1142
|
-
|
|
1143
1004
|
/**
|
|
1144
1005
|
* 创建时间
|
|
1145
1006
|
*/
|
|
1146
1007
|
CreateTime: string
|
|
1147
|
-
|
|
1148
1008
|
/**
|
|
1149
1009
|
* 实例的ip
|
|
1150
1010
|
*/
|
|
1151
1011
|
PodIp: string
|
|
1152
|
-
|
|
1153
1012
|
/**
|
|
1154
|
-
|
|
1013
|
+
* 可用区
|
|
1155
1014
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1156
|
-
|
|
1015
|
+
*/
|
|
1157
1016
|
Zone: string
|
|
1158
|
-
|
|
1159
1017
|
/**
|
|
1160
|
-
|
|
1018
|
+
* 部署版本
|
|
1161
1019
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1162
|
-
|
|
1020
|
+
*/
|
|
1163
1021
|
DeployVersion: string
|
|
1164
|
-
|
|
1165
1022
|
/**
|
|
1166
|
-
|
|
1023
|
+
* 重启次数
|
|
1167
1024
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1168
|
-
|
|
1025
|
+
*/
|
|
1169
1026
|
RestartCount: number
|
|
1170
1027
|
}
|
|
1171
1028
|
|
|
@@ -1184,11 +1041,10 @@ export interface IngressRuleValue {
|
|
|
1184
1041
|
*/
|
|
1185
1042
|
export interface CreateResourceResponse {
|
|
1186
1043
|
/**
|
|
1187
|
-
|
|
1044
|
+
* 成功与否
|
|
1188
1045
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1189
|
-
|
|
1046
|
+
*/
|
|
1190
1047
|
Result: boolean
|
|
1191
|
-
|
|
1192
1048
|
/**
|
|
1193
1049
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1194
1050
|
*/
|
|
@@ -1203,7 +1059,6 @@ export interface DescribeServiceRunPodListV2Response {
|
|
|
1203
1059
|
* 返回结果
|
|
1204
1060
|
*/
|
|
1205
1061
|
Result: DescribeRunPodPage
|
|
1206
|
-
|
|
1207
1062
|
/**
|
|
1208
1063
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1209
1064
|
*/
|
|
@@ -1218,83 +1073,67 @@ export interface TemNamespaceInfo {
|
|
|
1218
1073
|
* 命名空间id
|
|
1219
1074
|
*/
|
|
1220
1075
|
NamespaceId: string
|
|
1221
|
-
|
|
1222
1076
|
/**
|
|
1223
1077
|
* 渠道
|
|
1224
1078
|
*/
|
|
1225
1079
|
Channel: string
|
|
1226
|
-
|
|
1227
1080
|
/**
|
|
1228
1081
|
* 命名空间名称
|
|
1229
1082
|
*/
|
|
1230
1083
|
NamespaceName: string
|
|
1231
|
-
|
|
1232
1084
|
/**
|
|
1233
1085
|
* 区域名称
|
|
1234
1086
|
*/
|
|
1235
1087
|
Region: string
|
|
1236
|
-
|
|
1237
1088
|
/**
|
|
1238
|
-
|
|
1089
|
+
* 命名空间描述
|
|
1239
1090
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1240
|
-
|
|
1091
|
+
*/
|
|
1241
1092
|
Description: string
|
|
1242
|
-
|
|
1243
1093
|
/**
|
|
1244
1094
|
* 状态,1:已销毁;0:正常
|
|
1245
1095
|
*/
|
|
1246
1096
|
Status: number
|
|
1247
|
-
|
|
1248
1097
|
/**
|
|
1249
1098
|
* vpc网络
|
|
1250
1099
|
*/
|
|
1251
1100
|
Vpc: string
|
|
1252
|
-
|
|
1253
1101
|
/**
|
|
1254
1102
|
* 创建时间
|
|
1255
1103
|
*/
|
|
1256
1104
|
CreateDate: string
|
|
1257
|
-
|
|
1258
1105
|
/**
|
|
1259
1106
|
* 修改时间
|
|
1260
1107
|
*/
|
|
1261
1108
|
ModifyDate: string
|
|
1262
|
-
|
|
1263
1109
|
/**
|
|
1264
1110
|
* 修改人
|
|
1265
1111
|
*/
|
|
1266
1112
|
Modifier: string
|
|
1267
|
-
|
|
1268
1113
|
/**
|
|
1269
1114
|
* 创建人
|
|
1270
1115
|
*/
|
|
1271
1116
|
Creator: string
|
|
1272
|
-
|
|
1273
1117
|
/**
|
|
1274
1118
|
* 服务数
|
|
1275
1119
|
*/
|
|
1276
1120
|
ServiceNum: number
|
|
1277
|
-
|
|
1278
1121
|
/**
|
|
1279
1122
|
* 运行实例数
|
|
1280
1123
|
*/
|
|
1281
1124
|
RunInstancesNum: number
|
|
1282
|
-
|
|
1283
1125
|
/**
|
|
1284
1126
|
* 子网络
|
|
1285
1127
|
*/
|
|
1286
1128
|
SubnetId: string
|
|
1287
|
-
|
|
1288
1129
|
/**
|
|
1289
1130
|
* tcb环境状态
|
|
1290
1131
|
*/
|
|
1291
1132
|
TcbEnvStatus: string
|
|
1292
|
-
|
|
1293
1133
|
/**
|
|
1294
1134
|
* eks cluster status
|
|
1295
1135
|
*/
|
|
1296
1136
|
ClusterStatus: string
|
|
1297
|
-
|
|
1298
1137
|
/**
|
|
1299
1138
|
* 是否开启tsw
|
|
1300
1139
|
*/
|
|
@@ -1309,17 +1148,14 @@ export interface NamespacePage {
|
|
|
1309
1148
|
* 分页内容
|
|
1310
1149
|
*/
|
|
1311
1150
|
Records: Array<TemNamespaceInfo>
|
|
1312
|
-
|
|
1313
1151
|
/**
|
|
1314
1152
|
* 总数
|
|
1315
1153
|
*/
|
|
1316
1154
|
Total: number
|
|
1317
|
-
|
|
1318
1155
|
/**
|
|
1319
1156
|
* 条目数
|
|
1320
1157
|
*/
|
|
1321
1158
|
Size: number
|
|
1322
|
-
|
|
1323
1159
|
/**
|
|
1324
1160
|
* 页数
|
|
1325
1161
|
*/
|
|
@@ -1334,37 +1170,30 @@ export interface HealthCheckConfig {
|
|
|
1334
1170
|
* 支持的健康检查类型,如 HttpGet,TcpSocket,Exec
|
|
1335
1171
|
*/
|
|
1336
1172
|
Type: string
|
|
1337
|
-
|
|
1338
1173
|
/**
|
|
1339
1174
|
* 仅当健康检查类型为 HttpGet 时有效,表示协议类型,如 HTTP,HTTPS
|
|
1340
1175
|
*/
|
|
1341
1176
|
Protocol?: string
|
|
1342
|
-
|
|
1343
1177
|
/**
|
|
1344
1178
|
* 仅当健康检查类型为 HttpGet 时有效,表示请求路径
|
|
1345
1179
|
*/
|
|
1346
1180
|
Path?: string
|
|
1347
|
-
|
|
1348
1181
|
/**
|
|
1349
1182
|
* 仅当健康检查类型为 Exec 时有效,表示执行的脚本内容
|
|
1350
1183
|
*/
|
|
1351
1184
|
Exec?: string
|
|
1352
|
-
|
|
1353
1185
|
/**
|
|
1354
1186
|
* 仅当健康检查类型为 HttpGet\TcpSocket 时有效,表示请求路径
|
|
1355
1187
|
*/
|
|
1356
1188
|
Port?: number
|
|
1357
|
-
|
|
1358
1189
|
/**
|
|
1359
1190
|
* 检查延迟开始时间,单位为秒,默认为 0
|
|
1360
1191
|
*/
|
|
1361
1192
|
InitialDelaySeconds?: number
|
|
1362
|
-
|
|
1363
1193
|
/**
|
|
1364
1194
|
* 超时时间,单位为秒,默认为 1
|
|
1365
1195
|
*/
|
|
1366
1196
|
TimeoutSeconds?: number
|
|
1367
|
-
|
|
1368
1197
|
/**
|
|
1369
1198
|
* 间隔时间,单位为秒,默认为 10
|
|
1370
1199
|
*/
|
|
@@ -1376,11 +1205,10 @@ export interface HealthCheckConfig {
|
|
|
1376
1205
|
*/
|
|
1377
1206
|
export interface CreateCosTokenV2Response {
|
|
1378
1207
|
/**
|
|
1379
|
-
|
|
1208
|
+
* 成功时为CosToken对象,失败为null
|
|
1380
1209
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1381
|
-
|
|
1210
|
+
*/
|
|
1382
1211
|
Result: CosToken
|
|
1383
|
-
|
|
1384
1212
|
/**
|
|
1385
1213
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1386
1214
|
*/
|
|
@@ -1395,12 +1223,10 @@ export interface IngressTls {
|
|
|
1395
1223
|
* host 数组, 空数组表示全部域名的默认证书
|
|
1396
1224
|
*/
|
|
1397
1225
|
Hosts: Array<string>
|
|
1398
|
-
|
|
1399
1226
|
/**
|
|
1400
1227
|
* secret name,如使用证书,则填空字符串
|
|
1401
1228
|
*/
|
|
1402
1229
|
SecretName: string
|
|
1403
|
-
|
|
1404
1230
|
/**
|
|
1405
1231
|
* SSL Certificate Id
|
|
1406
1232
|
*/
|
|
@@ -1415,17 +1241,14 @@ export interface GenerateDownloadUrlRequest {
|
|
|
1415
1241
|
* 服务ID
|
|
1416
1242
|
*/
|
|
1417
1243
|
ServiceId: string
|
|
1418
|
-
|
|
1419
1244
|
/**
|
|
1420
1245
|
* 包名
|
|
1421
1246
|
*/
|
|
1422
1247
|
PkgName: string
|
|
1423
|
-
|
|
1424
1248
|
/**
|
|
1425
1249
|
* 需要下载的包版本
|
|
1426
1250
|
*/
|
|
1427
1251
|
DeployVersion: string
|
|
1428
|
-
|
|
1429
1252
|
/**
|
|
1430
1253
|
* 来源 channel
|
|
1431
1254
|
*/
|
|
@@ -1440,17 +1263,14 @@ export interface DeployStrategyConf {
|
|
|
1440
1263
|
* 总分批数
|
|
1441
1264
|
*/
|
|
1442
1265
|
TotalBatchCount?: number
|
|
1443
|
-
|
|
1444
1266
|
/**
|
|
1445
1267
|
* beta分批实例数
|
|
1446
1268
|
*/
|
|
1447
1269
|
BetaBatchNum?: number
|
|
1448
|
-
|
|
1449
1270
|
/**
|
|
1450
1271
|
* 分批策略:0-全自动,1-全手动,beta分批一定是手动的,这里的策略指定的是剩余批次
|
|
1451
1272
|
*/
|
|
1452
1273
|
DeployStrategyType?: number
|
|
1453
|
-
|
|
1454
1274
|
/**
|
|
1455
1275
|
* 每批暂停间隔
|
|
1456
1276
|
*/
|
|
@@ -1465,17 +1285,14 @@ export interface DescribeIngressRequest {
|
|
|
1465
1285
|
* tem namespaceId
|
|
1466
1286
|
*/
|
|
1467
1287
|
NamespaceId: string
|
|
1468
|
-
|
|
1469
1288
|
/**
|
|
1470
1289
|
* eks namespace 名
|
|
1471
1290
|
*/
|
|
1472
1291
|
EksNamespace: string
|
|
1473
|
-
|
|
1474
1292
|
/**
|
|
1475
1293
|
* ingress 规则名
|
|
1476
1294
|
*/
|
|
1477
1295
|
Name: string
|
|
1478
|
-
|
|
1479
1296
|
/**
|
|
1480
1297
|
* 来源渠道
|
|
1481
1298
|
*/
|
|
@@ -1490,60 +1307,50 @@ export interface CreateServiceV2Request {
|
|
|
1490
1307
|
* 服务名
|
|
1491
1308
|
*/
|
|
1492
1309
|
ServiceName: string
|
|
1493
|
-
|
|
1494
1310
|
/**
|
|
1495
1311
|
* 描述
|
|
1496
1312
|
*/
|
|
1497
1313
|
Description: string
|
|
1498
|
-
|
|
1499
1314
|
/**
|
|
1500
1315
|
* 是否使用默认镜像服务 1-是,0-否
|
|
1501
1316
|
*/
|
|
1502
1317
|
UseDefaultImageService?: number
|
|
1503
|
-
|
|
1504
1318
|
/**
|
|
1505
1319
|
* 如果是绑定仓库,绑定的仓库类型,0-个人版,1-企业版
|
|
1506
1320
|
*/
|
|
1507
1321
|
RepoType?: number
|
|
1508
|
-
|
|
1509
1322
|
/**
|
|
1510
1323
|
* 企业版镜像服务的实例id
|
|
1511
1324
|
*/
|
|
1512
1325
|
InstanceId?: string
|
|
1513
|
-
|
|
1514
1326
|
/**
|
|
1515
1327
|
* 绑定镜像服务器地址
|
|
1516
1328
|
*/
|
|
1517
1329
|
RepoServer?: string
|
|
1518
|
-
|
|
1519
1330
|
/**
|
|
1520
1331
|
* 绑定镜像仓库名
|
|
1521
1332
|
*/
|
|
1522
1333
|
RepoName?: string
|
|
1523
|
-
|
|
1524
1334
|
/**
|
|
1525
1335
|
* 来源渠道
|
|
1526
1336
|
*/
|
|
1527
1337
|
SourceChannel?: number
|
|
1528
|
-
|
|
1529
1338
|
/**
|
|
1530
1339
|
* 服务所在子网
|
|
1531
1340
|
*/
|
|
1532
1341
|
SubnetList?: Array<string>
|
|
1533
|
-
|
|
1534
1342
|
/**
|
|
1535
|
-
|
|
1343
|
+
* 编程语言
|
|
1536
1344
|
- JAVA
|
|
1537
1345
|
- OTHER
|
|
1538
|
-
|
|
1346
|
+
*/
|
|
1539
1347
|
CodingLanguage?: string
|
|
1540
|
-
|
|
1541
1348
|
/**
|
|
1542
|
-
|
|
1349
|
+
* 部署方式
|
|
1543
1350
|
- IMAGE
|
|
1544
1351
|
- JAR
|
|
1545
1352
|
- WAR
|
|
1546
|
-
|
|
1353
|
+
*/
|
|
1547
1354
|
DeployMode?: string
|
|
1548
1355
|
}
|
|
1549
1356
|
|
|
@@ -1555,66 +1362,56 @@ export interface EksService {
|
|
|
1555
1362
|
* service name
|
|
1556
1363
|
*/
|
|
1557
1364
|
Name?: string
|
|
1558
|
-
|
|
1559
1365
|
/**
|
|
1560
1366
|
* 可用端口
|
|
1561
1367
|
*/
|
|
1562
1368
|
Ports?: Array<number>
|
|
1563
|
-
|
|
1564
1369
|
/**
|
|
1565
1370
|
* yaml 内容
|
|
1566
1371
|
*/
|
|
1567
1372
|
Yaml?: string
|
|
1568
|
-
|
|
1569
1373
|
/**
|
|
1570
|
-
|
|
1374
|
+
* 服务名
|
|
1571
1375
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1572
|
-
|
|
1376
|
+
*/
|
|
1573
1377
|
ServiceName?: string
|
|
1574
|
-
|
|
1575
1378
|
/**
|
|
1576
|
-
|
|
1379
|
+
* 版本名
|
|
1577
1380
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1578
|
-
|
|
1381
|
+
*/
|
|
1579
1382
|
VersionName?: string
|
|
1580
|
-
|
|
1581
1383
|
/**
|
|
1582
|
-
|
|
1384
|
+
* 内网ip
|
|
1583
1385
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1584
|
-
|
|
1386
|
+
*/
|
|
1585
1387
|
ClusterIp?: Array<string>
|
|
1586
|
-
|
|
1587
1388
|
/**
|
|
1588
|
-
|
|
1389
|
+
* 外网ip
|
|
1589
1390
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1590
|
-
|
|
1391
|
+
*/
|
|
1591
1392
|
ExternalIp?: string
|
|
1592
|
-
|
|
1593
1393
|
/**
|
|
1594
|
-
|
|
1394
|
+
* 访问类型,可选值:
|
|
1595
1395
|
- EXTERNAL(公网访问)
|
|
1596
1396
|
- VPC(vpc内访问)
|
|
1597
1397
|
- CLUSTER(集群内访问)
|
|
1598
1398
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1599
|
-
|
|
1399
|
+
*/
|
|
1600
1400
|
Type?: string
|
|
1601
|
-
|
|
1602
1401
|
/**
|
|
1603
|
-
|
|
1402
|
+
* 子网ID,只在类型为vpc访问时才有值
|
|
1604
1403
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1605
|
-
|
|
1404
|
+
*/
|
|
1606
1405
|
SubnetId?: string
|
|
1607
|
-
|
|
1608
1406
|
/**
|
|
1609
|
-
|
|
1407
|
+
* 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建
|
|
1610
1408
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1611
|
-
|
|
1409
|
+
*/
|
|
1612
1410
|
LoadBalanceId?: string
|
|
1613
|
-
|
|
1614
1411
|
/**
|
|
1615
|
-
|
|
1412
|
+
* 端口映射
|
|
1616
1413
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1617
|
-
|
|
1414
|
+
*/
|
|
1618
1415
|
PortMappings?: Array<PortMapping>
|
|
1619
1416
|
}
|
|
1620
1417
|
|
|
@@ -1626,7 +1423,6 @@ export interface Pair {
|
|
|
1626
1423
|
* 建
|
|
1627
1424
|
*/
|
|
1628
1425
|
Key: string
|
|
1629
|
-
|
|
1630
1426
|
/**
|
|
1631
1427
|
* 值
|
|
1632
1428
|
*/
|