Is there a node for Kubernetes itself? #979 (#1039)

* [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 <tessier@luxeys.com>

* autogen.sh

* Generate node

* Revert build as node and set in _init

* Clean generated files

---------

Co-authored-by: mingrammer <mingrammer@gmail.com>
Co-authored-by: Phuoc Tran <57540319+tvqphuoc01@users.noreply.github.com>
Co-authored-by: Tobias Bruckert <62531735+tb102122@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nguyễn Đức Chiến <nobi@nobidev.com>
Co-authored-by: Gabriel Oliveira <gabrieloliver8991@gmail.com>
Co-authored-by: laiminhtrung1997 <68812829+laiminhtrung1997@users.noreply.github.com>
Co-authored-by: Abhishek Jadhav <abhishek.jadhav64@gmail.com>
pull/1040/merge
gabriel-tessier 8 months ago committed by GitHub
parent fc228db431
commit 31e735adf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,3 +10,7 @@ class _AlibabaCloud(Node):
_icon_dir = "resources/alibabacloud"
fontcolor = "#ffffff"
class AlibabaCloud(_AlibabaCloud):
_icon = "alibabacloud.png"

@ -10,3 +10,7 @@ class _AWS(Node):
_icon_dir = "resources/aws"
fontcolor = "#ffffff"
class AWS(_AWS):
_icon = "aws.png"

@ -10,3 +10,7 @@ class _Azure(Node):
_icon_dir = "resources/azure"
fontcolor = "#ffffff"
class Azure(_Azure):
_icon = "azure.png"

@ -10,3 +10,7 @@ class _DigitalOcean(Node):
_icon_dir = "resources/digitalocean"
fontcolor = "#ffffff"
class DigitalOcean(_DigitalOcean):
_icon = "digitalocean.png"

@ -10,3 +10,7 @@ class _Elastic(Node):
_icon_dir = "resources/elastic"
fontcolor = "#ffffff"
class Elastic(_Elastic):
_icon = "elastic.png"

@ -10,3 +10,7 @@ class _Firebase(Node):
_icon_dir = "resources/firebase"
fontcolor = "#ffffff"
class Firebase(_Firebase):
_icon = "firebase.png"

@ -10,3 +10,7 @@ class _GCP(Node):
_icon_dir = "resources/gcp"
fontcolor = "#2d3436"
class GCP(_GCP):
_icon = "gcp.png"

@ -10,3 +10,7 @@ class _Generic(Node):
_icon_dir = "resources/generic"
fontcolor = "#ffffff"
class Generic(_Generic):
_icon = "generic.png"

@ -10,3 +10,7 @@ class _IBM(Node):
_icon_dir = "resources/ibm"
fontcolor = "#ffffff"
class IBM(_IBM):
_icon = "ibm.png"

@ -10,3 +10,7 @@ class _K8S(Node):
_icon_dir = "resources/k8s"
fontcolor = "#2d3436"
class K8S(_K8S):
_icon = "k8s.png"

@ -10,3 +10,7 @@ class _OCI(Node):
_icon_dir = "resources/oci"
fontcolor = "#312D2A"
class OCI(_OCI):
_icon = "oci.png"

@ -10,3 +10,7 @@ class _OnPrem(Node):
_icon_dir = "resources/onprem"
fontcolor = "#ffffff"
class OnPrem(_OnPrem):
_icon = "onprem.png"

@ -10,3 +10,7 @@ class _OpenStack(Node):
_icon_dir = "resources/openstack"
fontcolor = "#ffffff"
class OpenStack(_OpenStack):
_icon = "openstack.png"

@ -6,3 +6,7 @@ class _Outscale(Node):
_icon_dir = "resources/outscale"
fontcolor = "#ffffff"
class Outscale(_Outscale):
_icon = "outscale.png"

@ -10,3 +10,7 @@ class _Programming(Node):
_icon_dir = "resources/programming"
fontcolor = "#ffffff"
class Programming(_Programming):
_icon = "programming.png"

@ -10,3 +10,7 @@ class _Saas(Node):
_icon_dir = "resources/saas"
fontcolor = "#ffffff"
class Saas(_Saas):
_icon = "saas.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Loading…
Cancel
Save