UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

15 lines (13 loc) 309 B
import { ISubnet } from '@spinnaker/core'; export const mockSubnet: ISubnet = { availabilityZone: 'us-west-1b', id: 'subnet-1234', name: 'test-subnet', account: 'test', region: 'us-west-1', type: 'aws', label: 'label', purpose: 'testing subnets', deprecated: false, vpcId: 'vpc-1234', };