mirror of https://github.com/mingrammer/diagrams
* master: Add: Opsgenie into saas.alerting (#187) Add: Tekton component (#150) Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/153/head
commit
02ee257bdd
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Saas
|
||||||
|
|
||||||
|
|
||||||
|
class _Alerting(_Saas):
|
||||||
|
_type = "alerting"
|
||||||
|
_icon_dir = "resources/saas/alerting"
|
||||||
|
|
||||||
|
|
||||||
|
class Opsgenie(_Alerting):
|
||||||
|
_icon = "opsgenie.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
After Width: | Height: | Size: 77 KiB |
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in new issue