UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

8 lines (6 loc) 273 B
import { IDeploymentStrategy } from '@spinnaker/core'; export const strategyHighlander: IDeploymentStrategy = { label: 'Highlander', description: 'Destroys <i>all</i> previous ReplicaSets in the cluster as soon as the new ReplicaSet is ready', key: 'highlander', };