File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3761,10 +3761,17 @@ message BlueGreenSettings {
37613761 optional google.protobuf.Duration batch_soak_duration = 3 ;
37623762 }
37633763
3764+ // Autoscaled rollout policy uses cluster autoscaler during
3765+ // blue-green upgrades to scale both the green and blue pools.
3766+ message AutoscaledRolloutPolicy {}
3767+
37643768 // The rollout policy controls the general rollout progress of blue-green.
37653769 oneof rollout_policy {
37663770 // Standard policy for the blue-green upgrade.
37673771 StandardRolloutPolicy standard_rollout_policy = 1 ;
3772+
3773+ // Autoscaled policy for cluster autoscaler enabled blue-green upgrade.
3774+ AutoscaledRolloutPolicy autoscaled_rollout_policy = 3 ;
37683775 }
37693776
37703777 // Time needed after draining entire blue pool. After this period, blue pool
You can’t perform that action at this time.
0 commit comments