mirror of https://github.com/mingrammer/diagrams
parent
459b0258f2
commit
49b5180058
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _K8S
|
||||
|
||||
|
||||
class _Dns(_K8S):
|
||||
_type = "dns"
|
||||
_icon_dir = "resources/k8s/dns"
|
||||
|
||||
|
||||
class ExternalDns(_Dns):
|
||||
_icon = "external-dns.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,23 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _K8S
|
||||
|
||||
|
||||
class _Packaging(_K8S):
|
||||
_type = "packaging"
|
||||
_icon_dir = "resources/k8s/packaging"
|
||||
|
||||
|
||||
class Helm(_Packaging):
|
||||
_icon = "helm.png"
|
||||
|
||||
|
||||
class Krew(_Packaging):
|
||||
_icon = "krew.png"
|
||||
|
||||
|
||||
class Kustomize(_Packaging):
|
||||
_icon = "kustomize.png"
|
||||
|
||||
|
||||
# Aliases
|
Loading…
Reference in new issue