UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

9 lines (7 loc) 268 B
import { IDeploymentStrategy } from '@spinnaker/core'; export const strategyNone: IDeploymentStrategy = { label: 'None', description: 'Creates the new ReplicaSet with no impact on existing ReplicaSets in the cluster', key: null, providerRestricted: false, };