Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add: containers tools into programming #188

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions diagrams/k8s/ecosystem.py
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions docs/nodes/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ Node classes list of k8s provider.
- **diagrams.k8s.controlplane.Kubelet**
- **diagrams.k8s.controlplane.Sched**, **Scheduler** (alias)

## k8s.ecosystem

- **diagrams.k8s.ecosystem.Helm**
- **diagrams.k8s.ecosystem.Krew**
- **diagrams.k8s.ecosystem.Kustomize**

## k8s.group

- **diagrams.k8s.group.NS**, **Namespace** (alias)
Expand Down
Binary file added resources/k8s/ecosystem/helm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/k8s/ecosystem/krew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/k8s/ecosystem/kustomize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.