UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

11 lines (10 loc) 196 B
export interface IGceNetwork { account: string; autoCreateSubnets: boolean; cloudProvider: string; id: string; name: string; region: string; selfLink: string; subnets: string[]; }