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