public interface RolloutPlanner
| Modifier and Type | Method and Description |
|---|---|
List<com.spotify.helios.common.descriptors.RolloutTask> |
plan(List<String> hosts)
Returns a list of
RolloutTasks. |
List<com.spotify.helios.common.descriptors.RolloutTask> plan(List<String> hosts)
RolloutTasks.
Caller is responsible for passing in a list of hosts that are up.Copyright © 2017. All rights reserved.