Skip to content

Commit d51b195

Browse files
authored
Merge branch 'master' into v1.6503.0
2 parents f135764 + f04cf14 commit d51b195

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

internal/namespaces/ipam/v1/ipam_cli.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ func ipamIPList() *core.Command {
428428
"serverless_container",
429429
"serverless_function",
430430
"vpn_gateway",
431+
"ddl_datalab",
431432
},
432433
},
433434
{
@@ -459,6 +460,7 @@ func ipamIPList() *core.Command {
459460
"serverless_container",
460461
"serverless_function",
461462
"vpn_gateway",
463+
"ddl_datalab",
462464
},
463465
},
464466
{

internal/namespaces/lb/v1/lb_cli.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2304,6 +2304,13 @@ func lbRouteCreate() *core.Command {
23042304
Deprecated: false,
23052305
Positional: false,
23062306
},
2307+
{
2308+
Name: "match.path-begin",
2309+
Short: `Path begin value to match`,
2310+
Required: false,
2311+
Deprecated: false,
2312+
Positional: false,
2313+
},
23072314
core.ZoneArgSpec(
23082315
scw.ZoneFrPar1,
23092316
scw.ZoneFrPar2,
@@ -2410,6 +2417,13 @@ func lbRouteUpdate() *core.Command {
24102417
Deprecated: false,
24112418
Positional: false,
24122419
},
2420+
{
2421+
Name: "match.path-begin",
2422+
Short: `Path begin value to match`,
2423+
Required: false,
2424+
Deprecated: false,
2425+
Positional: false,
2426+
},
24132427
core.ZoneArgSpec(
24142428
scw.ZoneFrPar1,
24152429
scw.ZoneFrPar2,

0 commit comments

Comments
 (0)