Update: clean

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

@ -1,19 +0,0 @@
# 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

@ -1,15 +0,0 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _K8S
class _Dns(_K8S):
_type = "dns"
_icon_dir = "resources/k8s/dns"
class ExternalDns(_Dns):
_icon = "external-dns.png"
# Aliases

@ -1,11 +0,0 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _K8S
class _Ecosystem(_K8S):
_type = "ecosystem"
_icon_dir = "resources/k8s/ecosystem"
# Aliases

@ -1,23 +0,0 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _K8S
class _Packaging(_K8S):
_type = "packaging"
_icon_dir = "resources/k8s/packaging"
class Helm(_Packaging):
_icon = "helm.png"
class Krew(_Packaging):
_icon = "krew.png"
class Kustomize(_Packaging):
_icon = "kustomize.png"
# Aliases
Loading…
Cancel
Save