UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

7 lines (5 loc) 174 B
import { ICloudFoundryServerGroup } from './ICloudFoundryServerGroup'; export interface ICloudFoundryCluster { name: string; serverGroups: ICloudFoundryServerGroup[]; }