diff --git a/README.md b/README.md index 1ae0f5b9..904cfcff 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ To contribute to diagram, check out [contribution guidelines](CONTRIBUTING.md). ## License -[MIT](LICENSE) +[MIT](LICENSE) \ No newline at end of file diff --git a/diagrams/k8s/dns.py b/diagrams/k8s/dns.py new file mode 100644 index 00000000..e4ecf608 --- /dev/null +++ b/diagrams/k8s/dns.py @@ -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 diff --git a/diagrams/k8s/packaging.py b/diagrams/k8s/packaging.py new file mode 100644 index 00000000..79baffa0 --- /dev/null +++ b/diagrams/k8s/packaging.py @@ -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 diff --git a/resources/k8s/ecosystem/chaos/chaos-mesh.png b/resources/k8s/ecosystem/chaos/chaos-mesh.png new file mode 100644 index 00000000..f1d373ae Binary files /dev/null and b/resources/k8s/ecosystem/chaos/chaos-mesh.png differ diff --git a/resources/k8s/ecosystem/chaos/litmus-chaos.png b/resources/k8s/ecosystem/chaos/litmus-chaos.png new file mode 100644 index 00000000..243ee9f3 Binary files /dev/null and b/resources/k8s/ecosystem/chaos/litmus-chaos.png differ diff --git a/resources/k8s/ecosystem/dns/external-dns.png b/resources/k8s/ecosystem/dns/external-dns.png new file mode 100644 index 00000000..cc2dff27 Binary files /dev/null and b/resources/k8s/ecosystem/dns/external-dns.png differ diff --git a/resources/k8s/ecosystem/packaging/helm.png b/resources/k8s/ecosystem/packaging/helm.png new file mode 100644 index 00000000..355f40cf Binary files /dev/null and b/resources/k8s/ecosystem/packaging/helm.png differ diff --git a/resources/k8s/ecosystem/packaging/krew.png b/resources/k8s/ecosystem/packaging/krew.png new file mode 100644 index 00000000..913a24f7 Binary files /dev/null and b/resources/k8s/ecosystem/packaging/krew.png differ diff --git a/resources/k8s/ecosystem/packaging/kustomize.png b/resources/k8s/ecosystem/packaging/kustomize.png new file mode 100644 index 00000000..845c1270 Binary files /dev/null and b/resources/k8s/ecosystem/packaging/kustomize.png differ diff --git a/resources/k8s/ecosystem/storage/openebs.png b/resources/k8s/ecosystem/storage/openebs.png new file mode 100644 index 00000000..a8cb6e97 Binary files /dev/null and b/resources/k8s/ecosystem/storage/openebs.png differ diff --git a/resources/k8s/ecosystem/storage/rook.png b/resources/k8s/ecosystem/storage/rook.png new file mode 100644 index 00000000..191ef2e7 Binary files /dev/null and b/resources/k8s/ecosystem/storage/rook.png differ