@@ -583,6 +583,14 @@ func containerContainerCreate() *core.Command {
583583 Default : core .DefaultValueSetter ("enabled" ),
584584 EnumValues : []string {"unknown_http_option" , "enabled" , "redirected" },
585585 },
586+ {
587+ Name : "sandbox" ,
588+ Short : `Execution environment of the container` ,
589+ Required : false ,
590+ Deprecated : false ,
591+ Positional : false ,
592+ EnumValues : []string {"unknown_sandbox" , "v1" , "v2" },
593+ },
586594 core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms , scw .RegionPlWaw ),
587595 },
588596 Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
@@ -725,6 +733,14 @@ func containerContainerUpdate() *core.Command {
725733 Default : core .DefaultValueSetter ("enabled" ),
726734 EnumValues : []string {"unknown_http_option" , "enabled" , "redirected" },
727735 },
736+ {
737+ Name : "sandbox" ,
738+ Short : `Execution environment of the container` ,
739+ Required : false ,
740+ Deprecated : false ,
741+ Positional : false ,
742+ EnumValues : []string {"unknown_sandbox" , "v1" , "v2" },
743+ },
728744 core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms , scw .RegionPlWaw ),
729745 },
730746 Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
0 commit comments