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

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

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b0e1e06
[979] Add icons
gabriel-tessier Nov 3, 2024
ecdb755
fix: icons size
gabriel-tessier Nov 20, 2024
64ec6b6
bump: up to version 0.24.0
mingrammer Nov 5, 2024
418b9df
Update version of codeql-analysis.yml (#1035)
tvqphuoc01 Nov 6, 2024
c0fd881
Upgrade for 3.12/3.13 (#972)
tb102122 Nov 7, 2024
c292957
fix tests (#1050)
tb102122 Nov 7, 2024
c2e35fa
chore(deps): bump jinja2 from 3.1.2 to 3.1.4 (#1037)
dependabot[bot] Nov 7, 2024
34fb9fb
ci(test): add test trigger path
mingrammer Nov 7, 2024
f6546db
ci(test): add test trigger path
mingrammer Nov 7, 2024
b53a7fb
fix: update poetry lock
mingrammer Nov 7, 2024
ab50bff
fix: keep the backward compatability for type hint (#1052)
mingrammer Nov 7, 2024
2f9bb11
Update installation command for mingrammer/round to use 'go install' …
nobiit Nov 17, 2024
ecfcb06
fix(node): change elixir language image to one with no background (#976)
ogabriel Nov 18, 2024
8d767bf
Add diagrams.onprem.network.Mikrotik (#1058)
nobiit Nov 18, 2024
44b0ba0
issue-982: add azure speech to text and Azure OpenAI (#1061)
tvqphuoc01 Nov 18, 2024
9811431
Add Transit Gateway Attachment icon, its alias and Internet Gateway a…
laiminhtrung1997 Nov 19, 2024
a3a9be3
issue-1056: add crowdstrike (#1062)
tvqphuoc01 Nov 19, 2024
3b67711
fix typo for crowdstrike (#1063)
tvqphuoc01 Nov 19, 2024
2cc8276
Updated Legacy ENV Path (#1008)
0xAJX Nov 20, 2024
85f0736
autogen.sh
gabriel-tessier Nov 20, 2024
9ae23dd
Generate node
gabriel-tessier Nov 20, 2024
c521866
Merge branch 'master' into 979-is-there-a-node-for-kubernetes-itself
gabriel-tessier Nov 20, 2024
312971e
Revert build as node and set in _init
gabriel-tessier Nov 20, 2024
8300b35
Clean generated files
gabriel-tessier Nov 20, 2024
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
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
Loading