UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

8 lines (7 loc) 123 B
export interface IMoniker { app: string; cluster?: string; detail?: string; stack?: string; sequence?: number; }