File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const (
4949 DeploymentStatusError = DeploymentStatus ("error" )
5050 DeploymentStatusDeleting = DeploymentStatus ("deleting" )
5151 DeploymentStatusLocked = DeploymentStatus ("locked" )
52+ DeploymentStatusScaling = DeploymentStatus ("scaling" )
5253)
5354
5455func (enum DeploymentStatus ) String () string {
@@ -68,6 +69,7 @@ func (enum DeploymentStatus) Values() []DeploymentStatus {
6869 "error" ,
6970 "deleting" ,
7071 "locked" ,
72+ "scaling" ,
7173 }
7274}
7375
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ const (
4949 DeploymentStatusError = DeploymentStatus ("error" )
5050 DeploymentStatusDeleting = DeploymentStatus ("deleting" )
5151 DeploymentStatusLocked = DeploymentStatus ("locked" )
52+ DeploymentStatusScaling = DeploymentStatus ("scaling" )
5253)
5354
5455func (enum DeploymentStatus ) String () string {
@@ -68,6 +69,7 @@ func (enum DeploymentStatus) Values() []DeploymentStatus {
6869 "error" ,
6970 "deleting" ,
7071 "locked" ,
72+ "scaling" ,
7173 }
7274}
7375
You can’t perform that action at this time.
0 commit comments