forked from mingrammer/diagrams
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add(node): Litmus Chaos and Chaos Mess for chaos engineering (mingram…
…mer#297) * Add: Litmus Chaos and Chaos Mess for chaos engineering Signed-off-by: Nicolas Lamirault <[email protected]> * Update: move into new resources cloudnative.chaos Signed-off-by: Nicolas Lamirault <[email protected]> * Fix: remove Chaos from onprem Signed-off-by: Nicolas Lamirault <[email protected]> * Update: move Chaos into k8s Signed-off-by: Nicolas Lamirault <[email protected]> * Update: clean Signed-off-by: Nicolas Lamirault <[email protected]> * Update: clean resources Signed-off-by: Nicolas Lamirault <[email protected]>
- Loading branch information
1 parent
36e2286
commit 3a6a18d
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.