文件名称:kube-janitor:在配置了TTL之后(生存时间)清理(删除)Kubernetes资源
文件大小:69KB
文件格式:ZIP
更新时间:2024-02-25 10:31:48
kubernetes garbage-collector cleanup kubernetes-operator ttl
kube-janitor:在配置了TTL之后(生存时间)清理(删除)Kubernetes资源
【文件预览】:
kube-janitor-main
----poetry.lock(38KB)
----.gitignore(118B)
----kube_janitor()
--------shutdown.py(535B)
--------__init__.py(62B)
--------helper.py(2KB)
--------resource_context.py(4KB)
--------rules.py(2KB)
--------example_hooks.py(861B)
--------resources.py(3KB)
--------__main__.py(71B)
--------main.py(3KB)
--------cmd.py(3KB)
--------janitor.py(14KB)
----Dockerfile(644B)
----Makefile(791B)
----pyproject.toml(451B)
----.travis.yml(169B)
----.pre-commit-config.yaml(3KB)
----LICENSE(34KB)
----unsupported()
--------helm()
----examples()
--------sidecar()
----README.rst(51B)
----tests()
--------test_resource_context.py(6KB)
--------test_delete_notification.py(13KB)
--------test_shutdown.py(615B)
--------test_parse_expiry.py(727B)
--------test_cmd.py(413B)
--------test_resources.py(5KB)
--------test_parse_ttl.py(467B)
--------test_format_duration.py(418B)
--------test_main.py(2KB)
--------test_rules.py(2KB)
--------test_clean_up.py(23KB)
----deploy()
--------rbac.yaml(668B)
--------rules.yaml(1KB)
--------deployment.yaml(1KB)
--------kustomization.yaml(194B)
----.flake8(46B)