UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

9 lines (7 loc) 166 B
import { IMoniker } from '@spinnaker/core'; export const mockMoniker: IMoniker = { app: 'deck', cluster: 'deck-test-test', detail: 'test', stack: 'test', };