mirror of https://github.com/mingrammer/diagrams
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/297/head
parent
c1f5fbd3d6
commit
254f5ebcd2
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _K8S
|
||||
|
||||
|
||||
class _Chaos(_K8S):
|
||||
_type = "chaos"
|
||||
_icon_dir = "resources/k8s/chaos"
|
||||
|
||||
|
||||
class ChaosMesh(_Chaos):
|
||||
_icon = "chaos-mesh.png"
|
||||
|
||||
|
||||
class LitmusChaos(_Chaos):
|
||||
_icon = "litmus-chaos.png"
|
||||
|
||||
|
||||
# Aliases
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in new issue