Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/361/head
@ -0,0 +1,11 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Api(_Scaleway):
|
||||||
|
_type = "api"
|
||||||
|
_icon_dir = "resources/scaleway/api"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,33 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Compute(_Scaleway):
|
||||||
|
_type = "compute"
|
||||||
|
_icon_dir = "resources/scaleway/compute"
|
||||||
|
|
||||||
|
|
||||||
|
class ComputeDev(_Compute):
|
||||||
|
_icon = "compute-dev.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComputeGp(_Compute):
|
||||||
|
_icon = "compute-gp.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ComputeGpu(_Compute):
|
||||||
|
_icon = "compute-gpu.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Functions(_Compute):
|
||||||
|
_icon = "functions.png"
|
||||||
|
|
||||||
|
|
||||||
|
class KubernetesEngine(_Compute):
|
||||||
|
_icon = "kubernetes-engine.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
Kapsule = KubernetesEngine
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Database(_Scaleway):
|
||||||
|
_type = "database"
|
||||||
|
_icon_dir = "resources/scaleway/database"
|
||||||
|
|
||||||
|
|
||||||
|
class Database(_Database):
|
||||||
|
_icon = "database.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,21 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Devtools(_Scaleway):
|
||||||
|
_type = "devtools"
|
||||||
|
_icon_dir = "resources/scaleway/devtools"
|
||||||
|
|
||||||
|
|
||||||
|
class Api(_Devtools):
|
||||||
|
_icon = "api.png"
|
||||||
|
|
||||||
|
|
||||||
|
class CommandLineInterface(_Devtools):
|
||||||
|
_icon = "command-line-interface.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
||||||
|
|
||||||
|
CLI = CommandLineInterface
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _General(_Scaleway):
|
||||||
|
_type = "general"
|
||||||
|
_icon_dir = "resources/scaleway/general"
|
||||||
|
|
||||||
|
|
||||||
|
class Marketplace(_General):
|
||||||
|
_icon = "marketplace.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Iot(_Scaleway):
|
||||||
|
_type = "iot"
|
||||||
|
_icon_dir = "resources/scaleway/iot"
|
||||||
|
|
||||||
|
|
||||||
|
class Hub(_Iot):
|
||||||
|
_icon = "hub.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,15 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Ml(_Scaleway):
|
||||||
|
_type = "ml"
|
||||||
|
_icon_dir = "resources/scaleway/ml"
|
||||||
|
|
||||||
|
|
||||||
|
class DeepLearningImages(_Ml):
|
||||||
|
_icon = "deep-learning-images.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,19 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Network(_Scaleway):
|
||||||
|
_type = "network"
|
||||||
|
_icon_dir = "resources/scaleway/network"
|
||||||
|
|
||||||
|
|
||||||
|
class LoadBalancer(_Network):
|
||||||
|
_icon = "load-balancer.png"
|
||||||
|
|
||||||
|
|
||||||
|
class Vpc(_Network):
|
||||||
|
_icon = "vpc.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,27 @@
|
|||||||
|
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||||
|
|
||||||
|
from . import _Scaleway
|
||||||
|
|
||||||
|
|
||||||
|
class _Storage(_Scaleway):
|
||||||
|
_type = "storage"
|
||||||
|
_icon_dir = "resources/scaleway/storage"
|
||||||
|
|
||||||
|
|
||||||
|
class BlockStorage(_Storage):
|
||||||
|
_icon = "block-storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ColdStorage(_Storage):
|
||||||
|
_icon = "cold-storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ContainerRegistry(_Storage):
|
||||||
|
_icon = "container-registry.png"
|
||||||
|
|
||||||
|
|
||||||
|
class ObjectStorage(_Storage):
|
||||||
|
_icon = "object-storage.png"
|
||||||
|
|
||||||
|
|
||||||
|
# Aliases
|
@ -0,0 +1,50 @@
|
|||||||
|
---
|
||||||
|
id: scaleway
|
||||||
|
title: Scaleway
|
||||||
|
---
|
||||||
|
|
||||||
|
Node classes list of scaleway provider.
|
||||||
|
|
||||||
|
## scaleway.api
|
||||||
|
|
||||||
|
|
||||||
|
## scaleway.compute
|
||||||
|
|
||||||
|
- **diagrams.scaleway.compute.ComputeDev**
|
||||||
|
- **diagrams.scaleway.compute.ComputeGp**
|
||||||
|
- **diagrams.scaleway.compute.ComputeGpu**
|
||||||
|
- **diagrams.scaleway.compute.Functions**
|
||||||
|
- **diagrams.scaleway.compute.KubernetesEngine**, **Kapsule** (alias)
|
||||||
|
|
||||||
|
## scaleway.database
|
||||||
|
|
||||||
|
- **diagrams.scaleway.database.Database**
|
||||||
|
|
||||||
|
## scaleway.devtools
|
||||||
|
|
||||||
|
- **diagrams.scaleway.devtools.Api**
|
||||||
|
- **diagrams.scaleway.devtools.CommandLineInterface**, **CLI** (alias)
|
||||||
|
|
||||||
|
## scaleway.general
|
||||||
|
|
||||||
|
- **diagrams.scaleway.general.Marketplace**
|
||||||
|
|
||||||
|
## scaleway.iot
|
||||||
|
|
||||||
|
- **diagrams.scaleway.iot.Hub**
|
||||||
|
|
||||||
|
## scaleway.ml
|
||||||
|
|
||||||
|
- **diagrams.scaleway.ml.DeepLearningImages**
|
||||||
|
|
||||||
|
## scaleway.network
|
||||||
|
|
||||||
|
- **diagrams.scaleway.network.LoadBalancer**
|
||||||
|
- **diagrams.scaleway.network.Vpc**
|
||||||
|
|
||||||
|
## scaleway.storage
|
||||||
|
|
||||||
|
- **diagrams.scaleway.storage.BlockStorage**
|
||||||
|
- **diagrams.scaleway.storage.ColdStorage**
|
||||||
|
- **diagrams.scaleway.storage.ContainerRegistry**
|
||||||
|
- **diagrams.scaleway.storage.ObjectStorage**
|
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 30 KiB |