You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diagrams/diagrams/k8s/infra.py

24 lines
320 B

# This module is automatically generated by autogen.sh. DO NOT EDIT.
from . import _K8S
class _Infra(_K8S):
_type = "infra"
_icon_dir = "resources/k8s/infra"
class ETCD(_Infra):
_icon = "etcd.png"
class Master(_Infra):
_icon = "master.png"
class Node(_Infra):
_icon = "node.png"
# Aliases