Merge branch 'feature/cloud-native-storage' of github.com:nlamirault/diagrams into feature/cloud-native-storage

* 'feature/cloud-native-storage' of github.com:nlamirault/diagrams:
  Add: Minio storage
  Add: OpenEBS storage
  Add: Rook storage

Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/326/head
Nicolas Lamirault 5 years ago
commit a9f935a64f
No known key found for this signature in database
GPG Key ID: 65D6BB0526B7051F

@ -8,20 +8,4 @@ class _Ecosystem(_K8S):
_icon_dir = "resources/k8s/ecosystem" _icon_dir = "resources/k8s/ecosystem"
class ExternalDns(_Ecosystem):
_icon = "external-dns.png"
class Helm(_Ecosystem):
_icon = "helm.png"
class Krew(_Ecosystem):
_icon = "krew.png"
class Kustomize(_Ecosystem):
_icon = "kustomize.png"
# Aliases # Aliases

@ -15,10 +15,6 @@ class Glusterfs(_Storage):
_icon = "glusterfs.png" _icon = "glusterfs.png"
class Minio(_Storage): class Minio(_Storage):
_icon = "minio.png" _icon = "minio.png"
class Openebs(_Storage):
_icon = "openebs.png"
class Rook(_Storage):
_icon = "rook.png"
# Aliases # Aliases

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 33 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Loading…
Cancel
Save