UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

19 lines (17 loc) 326 B
interface IResource { name: String; labels: { [key: string]: String; }; } interface IApiKubernetesResource { account: string; apiVersion: string; displayName: string; kind: string; labels: Record<string, string>; moniker: Record<string, string>; name: string; namespace: string; region: string; }