Update: refactoring modules

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

@ -84,4 +84,4 @@ To contribute to diagram, check out [contribution guidelines](CONTRIBUTING.md).
## License
[MIT](LICENSE)
[MIT](LICENSE)

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Loading…
Cancel
Save