Skip to content

Commit

Permalink
Merge branch 'kymeric/master' into terraform-provider
Browse files Browse the repository at this point in the history
* kymeric/master:
  Add k8s cluster / kubernetes icons
  Add ravendb resource node
  • Loading branch information
haad committed May 12, 2022
2 parents 1d3ea4e + 4855b4c commit d5515a7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions diagrams/k8s/infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,18 @@ class _Infra(_K8S):
_icon_dir = "resources/k8s/infra"


class Cluster(_Infra):
_icon = "cluster.png"


class ETCD(_Infra):
_icon = "etcd.png"


class Kubernetes(_Infra):
_icon = "kubernetes.png"


class Master(_Infra):
_icon = "master.png"

Expand Down
4 changes: 4 additions & 0 deletions diagrams/onprem/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ class Postgresql(_Database):
_icon = "postgresql.png"


class Ravendb(_Database):
_icon = "ravendb.png"


class Scylla(_Database):
_icon = "scylla.png"

Expand Down
2 changes: 2 additions & 0 deletions docs/nodes/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Node classes list of k8s provider.

## k8s.infra

- **diagrams.k8s.infra.Cluster**
- **diagrams.k8s.infra.ETCD**
- **diagrams.k8s.infra.Kubernetes**
- **diagrams.k8s.infra.Master**
- **diagrams.k8s.infra.Node**

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.database.Neo4J**
- **diagrams.onprem.database.Oracle**
- **diagrams.onprem.database.Postgresql**, **PostgreSQL** (alias)
- **diagrams.onprem.database.Ravendb**
- **diagrams.onprem.database.Scylla**

## onprem.dns
Expand Down
Binary file added resources/k8s/infra/cluster.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/infra/kubernetes.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/onprem/database/ravendb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5515a7

Please sign in to comment.