UNPKG

@spotinst/spinnaker-deck

Version:

Spinnaker-Deck service, forked with support to Spotinst

13 lines (9 loc) 498 B
import { module } from 'angular'; import { react2angular } from 'react2angular'; import { withErrorBoundary } from '@spinnaker/core'; import { ManifestEvents } from '../pipelines/stages/deployManifest/manifestStatus/ManifestEvents'; export const KUBERNETES_MANIFEST_EVENTS = 'spinnaker.kubernetes.v2.manifest.events'; module(KUBERNETES_MANIFEST_EVENTS, []).component( 'kubernetesManifestEvents', react2angular(withErrorBoundary(ManifestEvents, 'kubernetesManifestEvents'), ['manifest']), );