import type { IDeploymentStrategy } from '@spinnaker/core'; export const strategyHighlander: IDeploymentStrategy = { label: 'Highlander', description: 'Destroys all previous ReplicaSets in the cluster as soon as the new ReplicaSet is ready', key: 'highlander', };