Merge pull request #77 from yu-iskw/spinnaker

Add Spinnaker
pull/84/head
MinJae Kwon 6 years ago committed by GitHub
commit 28926b8cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _OnPrem
class _Cd(_OnPrem):
_type = "cd"
_icon_dir = "resources/onprem/cd"
class Spinnaker(_Cd):
_icon = "spinnaker.png"
# Aliases

@ -89,6 +89,10 @@ Node classes list of onprem provider.
- **diagrams.onprem.queue.Rabbitmq**, **RabbitMQ** (alias)
- **diagrams.onprem.queue.Zeromq**, **ZeroMQ** (alias)
## onprem.cd
- **diagrams.onprem.cd.Spinnaker**
## onprem.gitops
- **diagrams.onprem.gitops.Argocd**, **ArgoCD** (alias)

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Loading…
Cancel
Save