@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
14 lines (11 loc) • 513 B
JavaScript
;
import { module } from 'angular';
export const GOOGLE_LOADBALANCER_DETAILS_HEALTHCHECK_HEALTHCHECK_COMPONENT =
'spinnaker.deck.gce.loadBalancer.details.healthCheck.component';
export const name = GOOGLE_LOADBALANCER_DETAILS_HEALTHCHECK_HEALTHCHECK_COMPONENT; // for backwards compatibility
module(GOOGLE_LOADBALANCER_DETAILS_HEALTHCHECK_HEALTHCHECK_COMPONENT, []).component('gceHealthCheck', {
bindings: {
healthCheck: '=',
},
templateUrl: require('./healthCheck.component.html'),
});