UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

16 lines (13 loc) 310 B
import { IGceHealthCheck } from './healthCheck'; export interface IGceBackendService { name: string; backends: any[]; healthCheck: IGceHealthCheck; sessionAffinity: string; portName: string; connectionDrainingTimeoutsSec: number; } export interface INamedPort { name: string; port: number; }