Add: containers tools into programming (#188)

* Add: containers tools into programming

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* Update: move into kubernetes resources

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* Update: remove containers file

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* Update: Kubernetes ecosystem into k8s

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>

* Add: Kubernetes ecosystem

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/192/head
Nicolas Lamirault 5 years ago committed by GitHub
parent 49aeb8e7a7
commit 43120a7aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -30,6 +30,12 @@ Node classes list of k8s provider.
- **diagrams.k8s.controlplane.Kubelet** - **diagrams.k8s.controlplane.Kubelet**
- **diagrams.k8s.controlplane.Sched**, **Scheduler** (alias) - **diagrams.k8s.controlplane.Sched**, **Scheduler** (alias)
## k8s.ecosystem
- **diagrams.k8s.ecosystem.Helm**
- **diagrams.k8s.ecosystem.Krew**
- **diagrams.k8s.ecosystem.Kustomize**
## k8s.group ## k8s.group
- **diagrams.k8s.group.NS**, **Namespace** (alias) - **diagrams.k8s.group.NS**, **Namespace** (alias)

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

Loading…
Cancel
Save