mirror of https://github.com/mingrammer/diagrams
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.
41 lines
599 B
41 lines
599 B
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
|
|
|
from . import _K8S
|
|
|
|
|
|
class _Controlplane(_K8S):
|
|
_type = "controlplane"
|
|
_icon_dir = "resources/k8s/controlplane"
|
|
|
|
|
|
class API(_Controlplane):
|
|
_icon = "api.png"
|
|
|
|
|
|
class CCM(_Controlplane):
|
|
_icon = "c-c-m.png"
|
|
|
|
|
|
class CM(_Controlplane):
|
|
_icon = "c-m.png"
|
|
|
|
|
|
class KProxy(_Controlplane):
|
|
_icon = "k-proxy.png"
|
|
|
|
|
|
class Kubelet(_Controlplane):
|
|
_icon = "kubelet.png"
|
|
|
|
|
|
class Sched(_Controlplane):
|
|
_icon = "sched.png"
|
|
|
|
|
|
# Aliases
|
|
|
|
APIServer = API
|
|
ControllerManager = CM
|
|
KubeProxy = KProxy
|
|
Scheduler = Sched
|