mirror of https://github.com/mingrammer/diagrams
commit
e938624ed7
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Ceph(_OnPrem):
|
||||
_type = "ceph"
|
||||
_icon_dir = "resources/onprem/ceph"
|
||||
|
||||
|
||||
class Ceph(_Ceph):
|
||||
_icon = "ceph.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,17 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Proxmox(_OnPrem):
|
||||
_type = "proxmox"
|
||||
_icon_dir = "resources/onprem/proxmox"
|
||||
|
||||
|
||||
class Pve(_Proxmox):
|
||||
_icon = "pve.png"
|
||||
|
||||
|
||||
# Aliases
|
||||
|
||||
PVE = ProxmoxVE
|
@ -0,0 +1,19 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _OnPrem
|
||||
|
||||
|
||||
class _Storage(_OnPrem):
|
||||
_type = "storage"
|
||||
_icon_dir = "resources/onprem/storage"
|
||||
|
||||
|
||||
class Ceph(_Storage):
|
||||
_icon = "ceph.png"
|
||||
|
||||
|
||||
class Glusterfs(_Storage):
|
||||
_icon = "glusterfs.png"
|
||||
|
||||
|
||||
# Aliases
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 38 KiB |
Loading…
Reference in new issue