文件名称:郁金香:围绕kubernetes-clients的包装器
文件大小:39KB
文件格式:ZIP
更新时间:2024-02-29 19:14:48
kubernetes python3 Python
郁金香 周围的一个小包装,它了解Kubernetes图表。 为什么 我需要一些简单的东西,可以读取Helm图表并将其推送到Kubernetes集群中并且可以扩展。 因此,像helm + kubectl之类的工具可以围绕它们编写您自己的工具。 支持的CRDS aka Kubernetes资源 部署方式 服务 入口 秘密 发行人(证书经理) 持久卷声明 使用范例 import yaml from tulips . resources import ResourceRegistry from kubernetes import client as k8s from kubernetes import config client = config . new_client_from_config ( 'kube.conf' ) spec = yaml . load ( 'ingress.yaml
【文件预览】:
tulips-master
----poetry.lock(60KB)
----pyproject.toml(800B)
----tulips()
--------__main__.py(5KB)
--------__init__.py(900B)
--------resource()
--------tulip.py(4KB)
----tests()
--------test_tulip.py(2KB)
--------test_all_kinds.py(2KB)
--------conftest.py(277B)
--------__init__.py(0B)
--------fixtures()
----mypy.ini(34B)
----.gitignore(1KB)
----poetry.toml(32B)
----.circleci()
--------config.yml(667B)
----Makefile(794B)
----README.md(4KB)
----.editorconfig(146B)
----.tool-versions(13B)
----fixtures()
--------templates()
----.vscode()
--------settings.json(658B)