Skip to content

Commit

Permalink
Is there a node for Kubernetes itself? #979 (#1039)
Browse files Browse the repository at this point in the history
* [979] Add icons

* fix: icons size

* bump: up to version 0.24.0

* Update version of codeql-analysis.yml (#1035)

v2 will deprecate soon so we will move to v3 🌴 
https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/

* Upgrade for 3.12/3.13 (#972)

* fix tests (#1050)

* chore(deps): bump jinja2 from 3.1.2 to 3.1.4 (#1037)

* ci(test): add test trigger path

* ci(test): add test trigger path

* fix: update poetry lock

* fix: keep the backward compatability for type hint (#1052)

* Update installation command for mingrammer/round to use 'go install' with the latest version instead of 'go get'. (#1057)

* fix(node): change elixir language image to one with no background (#976)

* fix elixir image

* fix website elixir image

* Add diagrams.onprem.network.Mikrotik (#1058)

* issue-982: add azure speech to text and Azure OpenAI (#1061)

* Add Transit Gateway Attachment icon, its alias and Internet Gateway alias. (#1038)

* issue-1056: add crowdstrike (#1062)

* fix typo for crowdstrike (#1063)

* Updated Legacy ENV Path (#1008)

* Minor Change

* fix: pin python version + fix font path

* More recent Python version

---------

Co-authored-by: tessier <[email protected]>

* autogen.sh

* Generate node

* Revert build as node and set in _init

* Clean generated files

---------

Co-authored-by: mingrammer <[email protected]>
Co-authored-by: Phuoc Tran <[email protected]>
Co-authored-by: Tobias Bruckert <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyễn Đức Chiến <[email protected]>
Co-authored-by: Gabriel Oliveira <[email protected]>
Co-authored-by: laiminhtrung1997 <[email protected]>
Co-authored-by: Abhishek Jadhav <[email protected]>
  • Loading branch information
9 people authored Jan 13, 2025
1 parent fc228db commit 31e735a
Show file tree
Hide file tree
Showing 46 changed files with 64 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/alibabacloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _AlibabaCloud(Node):
_icon_dir = "resources/alibabacloud"

fontcolor = "#ffffff"


class AlibabaCloud(_AlibabaCloud):
_icon = "alibabacloud.png"
4 changes: 4 additions & 0 deletions diagrams/aws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _AWS(Node):
_icon_dir = "resources/aws"

fontcolor = "#ffffff"


class AWS(_AWS):
_icon = "aws.png"
4 changes: 4 additions & 0 deletions diagrams/azure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _Azure(Node):
_icon_dir = "resources/azure"

fontcolor = "#ffffff"


class Azure(_Azure):
_icon = "azure.png"
4 changes: 4 additions & 0 deletions diagrams/digitalocean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _DigitalOcean(Node):
_icon_dir = "resources/digitalocean"

fontcolor = "#ffffff"


class DigitalOcean(_DigitalOcean):
_icon = "digitalocean.png"
4 changes: 4 additions & 0 deletions diagrams/elastic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _Elastic(Node):
_icon_dir = "resources/elastic"

fontcolor = "#ffffff"


class Elastic(_Elastic):
_icon = "elastic.png"
4 changes: 4 additions & 0 deletions diagrams/firebase/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _Firebase(Node):
_icon_dir = "resources/firebase"

fontcolor = "#ffffff"


class Firebase(_Firebase):
_icon = "firebase.png"
4 changes: 4 additions & 0 deletions diagrams/gcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _GCP(Node):
_icon_dir = "resources/gcp"

fontcolor = "#2d3436"


class GCP(_GCP):
_icon = "gcp.png"
4 changes: 4 additions & 0 deletions diagrams/generic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _Generic(Node):
_icon_dir = "resources/generic"

fontcolor = "#ffffff"


class Generic(_Generic):
_icon = "generic.png"
4 changes: 4 additions & 0 deletions diagrams/ibm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _IBM(Node):
_icon_dir = "resources/ibm"

fontcolor = "#ffffff"


class IBM(_IBM):
_icon = "ibm.png"
4 changes: 4 additions & 0 deletions diagrams/k8s/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _K8S(Node):
_icon_dir = "resources/k8s"

fontcolor = "#2d3436"


class K8S(_K8S):
_icon = "k8s.png"
4 changes: 4 additions & 0 deletions diagrams/oci/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _OCI(Node):
_icon_dir = "resources/oci"

fontcolor = "#312D2A"


class OCI(_OCI):
_icon = "oci.png"
4 changes: 4 additions & 0 deletions diagrams/onprem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _OnPrem(Node):
_icon_dir = "resources/onprem"

fontcolor = "#ffffff"


class OnPrem(_OnPrem):
_icon = "onprem.png"
4 changes: 4 additions & 0 deletions diagrams/openstack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _OpenStack(Node):
_icon_dir = "resources/openstack"

fontcolor = "#ffffff"


class OpenStack(_OpenStack):
_icon = "openstack.png"
4 changes: 4 additions & 0 deletions diagrams/outscale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ class _Outscale(Node):
_icon_dir = "resources/outscale"

fontcolor = "#ffffff"


class Outscale(_Outscale):
_icon = "outscale.png"
4 changes: 4 additions & 0 deletions diagrams/programming/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _Programming(Node):
_icon_dir = "resources/programming"

fontcolor = "#ffffff"


class Programming(_Programming):
_icon = "programming.png"
4 changes: 4 additions & 0 deletions diagrams/saas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class _Saas(Node):
_icon_dir = "resources/saas"

fontcolor = "#ffffff"


class Saas(_Saas):
_icon = "saas.png"
Binary file added resources/alibabacloud/alibabacloud.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/aws/aws.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/azure/azure.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/digitalocean/digitalocean.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/elastic/elastic.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/firebase/firebase.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/gcp/gcp.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/generic/generic.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/ibm/ibm.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/k8s.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/oci/oci.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/onprem.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/outscale/outscale.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/programming/programming.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/saas/saas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 website/static/img/resources/aws/aws.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 website/static/img/resources/azure/azure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 website/static/img/resources/elastic/elastic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 website/static/img/resources/gcp/gcp.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 website/static/img/resources/generic/generic.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 website/static/img/resources/ibm/ibm.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 website/static/img/resources/k8s/k8s.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 website/static/img/resources/oci/oci.png
Binary file added website/static/img/resources/onprem/onprem.png
Binary file added website/static/img/resources/saas/saas.png

0 comments on commit 31e735a

Please sign in to comment.