import { IDeploymentStrategy } from'@spinnaker/core';
exportconststrategyRedBlack: IDeploymentStrategy = {
label: 'Red/Black',
description: 'Disables <i>all</i> previous ReplicaSets in the cluster as soon as the new ReplicaSet is ready',
key: 'redblack',
};