UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

6 lines (4 loc) 252 B
import { strategyHighlander } from './highlander.strategy'; import { strategyNone } from './none.strategy'; import { strategyRedBlack } from './redblack.strategy'; export const rolloutStrategies = [strategyNone, strategyRedBlack, strategyHighlander];