@@ -583,6 +583,14 @@ func containerContainerCreate() *core.Command {
583
583
Default : core .DefaultValueSetter ("enabled" ),
584
584
EnumValues : []string {"unknown_http_option" , "enabled" , "redirected" },
585
585
},
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
+ },
586
594
core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms , scw .RegionPlWaw ),
587
595
},
588
596
Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
@@ -725,6 +733,14 @@ func containerContainerUpdate() *core.Command {
725
733
Default : core .DefaultValueSetter ("enabled" ),
726
734
EnumValues : []string {"unknown_http_option" , "enabled" , "redirected" },
727
735
},
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
+ },
728
744
core .RegionArgSpec (scw .RegionFrPar , scw .RegionNlAms , scw .RegionPlWaw ),
729
745
},
730
746
Run : func (ctx context.Context , args interface {}) (i interface {}, e error ) {
0 commit comments