Add: Kubernetes provider

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

@ -4,7 +4,7 @@ set -e
app_root_dir="diagrams" app_root_dir="diagrams"
# NOTE: azure icon set is not latest version # NOTE: azure icon set is not latest version
providers=("onprem" "aws" "azure" "gcp" "firebase" "k8s" "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale") providers=("onprem" "aws" "azure" "gcp" "firebase" "k8s", "kubernetes", "alibabacloud" "oci" "programming" "saas" "elastic" "generic" "openstack" "outscale")
if ! [ -x "$(command -v round)" ]; then if ! [ -x "$(command -v round)" ]; then
echo 'round is not installed' echo 'round is not installed'

@ -12,7 +12,8 @@ DIR_RESOURCE = "resources"
DIR_TEMPLATE = "templates" DIR_TEMPLATE = "templates"
PROVIDERS = ( PROVIDERS = (
"base", "onprem", "aws", "azure", "gcp", "firebase", "k8s", "alibabacloud", "oci", "programming", "saas", "elastic", "base", "onprem", "aws", "azure", "gcp", "firebase", "k8s", "kubernetes",
"alibabacloud", "oci", "programming", "saas", "elastic",
"generic", "openstack", "outscale") "generic", "openstack", "outscale")
######################### #########################
@ -324,6 +325,7 @@ ALIASES = {
"Vol": "Volume", "Vol": "Volume",
}, },
}, },
"kubernetes": {},
"alibabacloud": { "alibabacloud": {
"application": { "application": {
"LogService": "SLS", "LogService": "SLS",

Loading…
Cancel
Save