pull/342/merge
Nicolas Lamirault 5 years ago committed by GitHub
commit b3e8b53f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,7 +4,7 @@ set -e
app_root_dir="diagrams"
# NOTE: azure icon set is not latest version
providers=("onprem" "aws" "azure" "gcp" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale")
providers=("onprem" "aws" "azure" "gcp" "firebase" "k8s", "kubernetes", "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale")
if ! [ -x "$(command -v round)" ]; then
echo 'round is not installed'

@ -12,7 +12,8 @@ DIR_RESOURCE = "resources"
DIR_TEMPLATE = "templates"
PROVIDERS = (
"base", "onprem", "aws", "azure", "gcp", "firebase", "k8s", "alibabacloud", "oci", "programming", "saas", "elastic",
"base", "onprem", "aws", "azure", "gcp", "firebase", "k8s", "kubernetes",
"alibabacloud", "oci", "programming", "saas", "elastic",
"generic", "openstack", "outscale")
#########################
@ -322,6 +323,7 @@ ALIASES = {
"Vol": "Volume",
},
},
"kubernetes": {},
"alibabacloud": {
"application": {
"LogService": "SLS",

@ -1,27 +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"
class ExternalDns(_Ecosystem):
_icon = "external-dns.png"
class Helm(_Ecosystem):
_icon = "helm.png"
class Krew(_Ecosystem):
_icon = "krew.png"
class Kustomize(_Ecosystem):
_icon = "kustomize.png"
# Aliases

@ -1,11 +1,11 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _K8S
from . import _Kubernetes
class _Chaos(_K8S):
class _Chaos(_Kubernetes):
_type = "chaos"
_icon_dir = "resources/k8s/chaos"
_icon_dir = "resources/kubernetes/chaos"
class ChaosMesh(_Chaos):

@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Kubernetes
class _Dns(_Kubernetes):
_type = "dns"
_icon_dir = "resources/kubernetes/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 _Kubernetes
class _Packaging(_Kubernetes):
_type = "packaging"
_icon_dir = "resources/kubernetes/packaging"
class Helm(_Packaging):
_icon = "helm.png"
class Krew(_Packaging):
_icon = "krew.png"
class Kustomize(_Packaging):
_icon = "kustomize.png"
# Aliases

@ -0,0 +1,19 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _Kubernetes
class _Storage(_Kubernetes):
_type = "storage"
_icon_dir = "resources/kubernetes/storage"
class Openebs(_Storage):
_icon = "openebs.png"
class Rook(_Storage):
_icon = "rook.png"
# Aliases

@ -18,6 +18,8 @@ class Ceph(_Storage):
class Glusterfs(_Storage):
_icon = "glusterfs.png"
class Minio(_Storage):
_icon = "minio.png"
# Aliases

@ -5,11 +5,6 @@ title: K8S
Node classes list of k8s provider.
## k8s.chaos
- **diagrams.k8s.chaos.ChaosMesh**
- **diagrams.k8s.chaos.LitmusChaos**
## k8s.clusterconfig
- **diagrams.k8s.clusterconfig.HPA**, **HorizontalPodAutoscaler** (alias)
@ -35,13 +30,6 @@ Node classes list of k8s provider.
- **diagrams.k8s.controlplane.Kubelet**
- **diagrams.k8s.controlplane.Sched**, **Scheduler** (alias)
## k8s.ecosystem
- **diagrams.k8s.ecosystem.ExternalDns**
- **diagrams.k8s.ecosystem.Helm**
- **diagrams.k8s.ecosystem.Krew**
- **diagrams.k8s.ecosystem.Kustomize**
## k8s.group
- **diagrams.k8s.group.NS**, **Namespace** (alias)

@ -0,0 +1,26 @@
---
id: kubernetes
title: Kubernetes
---
Node classes list of kubernetes provider.
## kubernetes.chaos
- **diagrams.kubernetes.chaos.ChaosMesh**
- **diagrams.kubernetes.chaos.LitmusChaos**
## kubernetes.dns
- **diagrams.kubernetes.dns.ExternalDns**
## kubernetes.packaging
- **diagrams.kubernetes.packaging.Helm**
- **diagrams.kubernetes.packaging.Krew**
- **diagrams.kubernetes.packaging.Kustomize**
## kubernetes.storage
- **diagrams.kubernetes.storage.Openebs**
- **diagrams.kubernetes.storage.Rook**

@ -219,6 +219,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.storage.CephOsd**, **CEPH_OSD** (alias)
- **diagrams.onprem.storage.Ceph**, **CEPH** (alias)
- **diagrams.onprem.storage.Glusterfs**
- **diagrams.onprem.storage.Minio**
## onprem.tracing

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

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before

Width:  |  Height:  |  Size: 5.7 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save