File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -428,6 +428,7 @@ func ipamIPList() *core.Command {
428
428
"serverless_container" ,
429
429
"serverless_function" ,
430
430
"vpn_gateway" ,
431
+ "ddl_datalab" ,
431
432
},
432
433
},
433
434
{
@@ -459,6 +460,7 @@ func ipamIPList() *core.Command {
459
460
"serverless_container" ,
460
461
"serverless_function" ,
461
462
"vpn_gateway" ,
463
+ "ddl_datalab" ,
462
464
},
463
465
},
464
466
{
Original file line number Diff line number Diff line change @@ -2304,6 +2304,13 @@ func lbRouteCreate() *core.Command {
2304
2304
Deprecated : false ,
2305
2305
Positional : false ,
2306
2306
},
2307
+ {
2308
+ Name : "match.path-begin" ,
2309
+ Short : `Path begin value to match` ,
2310
+ Required : false ,
2311
+ Deprecated : false ,
2312
+ Positional : false ,
2313
+ },
2307
2314
core .ZoneArgSpec (
2308
2315
scw .ZoneFrPar1 ,
2309
2316
scw .ZoneFrPar2 ,
@@ -2410,6 +2417,13 @@ func lbRouteUpdate() *core.Command {
2410
2417
Deprecated : false ,
2411
2418
Positional : false ,
2412
2419
},
2420
+ {
2421
+ Name : "match.path-begin" ,
2422
+ Short : `Path begin value to match` ,
2423
+ Required : false ,
2424
+ Deprecated : false ,
2425
+ Positional : false ,
2426
+ },
2413
2427
core .ZoneArgSpec (
2414
2428
scw .ZoneFrPar1 ,
2415
2429
scw .ZoneFrPar2 ,
You can’t perform that action at this time.
0 commit comments