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 {
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 {
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments