Skip to content

Commit

Permalink
feat(gce): remove the deprecated ONLY_UP autoscaling mode (#3954)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
plumpy and mergify[bot] committed Oct 7, 2020
1 parent f8fc735 commit 07dfd37
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -70,7 +70,7 @@ private TargetServerGroup getTargetGroupForLocation(StageData data, String locat
enum AutoscalingMode {
ON,
OFF,
ONLY_UP
ONLY_SCALE_OUT
}

@Data
Expand Down

0 comments on commit 07dfd37

Please sign in to comment.