From c977ba4477b7aeb0e8a1c65f9c444501feb8a7e6 Mon Sep 17 00:00:00 2001 From: Nicolas Lamirault Date: Wed, 7 Oct 2020 22:17:14 +0200 Subject: [PATCH] Add: Kubernetes provider Signed-off-by: Nicolas Lamirault --- autogen.sh | 2 +- config.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index 6af32ce4..9c9ba013 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ set -e app_root_dir="diagrams" # 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 echo 'round is not installed' diff --git a/config.py b/config.py index 7b50ad6e..753faa78 100644 --- a/config.py +++ b/config.py @@ -12,7 +12,8 @@ DIR_RESOURCE = "resources" DIR_TEMPLATE = "templates" 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") ######################### @@ -324,6 +325,7 @@ ALIASES = { "Vol": "Volume", }, }, + "kubernetes": {}, "alibabacloud": { "application": { "LogService": "SLS",