Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>pull/326/head
@ -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
|
After Width: | Height: | Size: 64 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 3.5 KiB |