Update: move Chaos into k8s

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/297/head
Nicolas Lamirault 5 years ago
parent c1f5fbd3d6
commit 254f5ebcd2
No known key found for this signature in database
GPG Key ID: 65D6BB0526B7051F

@ -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

@ -5,6 +5,11 @@ title: K8S
Node classes list of k8s provider. Node classes list of k8s provider.
## k8s.chaos
- **diagrams.k8s.chaos.ChaosMesh**
- **diagrams.k8s.chaos.LitmusChaos**
## k8s.clusterconfig ## k8s.clusterconfig
- **diagrams.k8s.clusterconfig.HPA**, **HorizontalPodAutoscaler** (alias) - **diagrams.k8s.clusterconfig.HPA**, **HorizontalPodAutoscaler** (alias)

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…
Cancel
Save