.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
test.json
test.py
tox.ini
.github/workflows/multi-test.yaml
.github/workflows/release.yaml
.vscode/settings.json
docs/index.md
imgs/kubekind.png
kubekind/__init__.py
kubekind/__main__.py
kubekind/kind.py
kubekind/version.py
kubekind.egg-info/PKG-INFO
kubekind.egg-info/SOURCES.txt
kubekind.egg-info/dependency_links.txt
kubekind.egg-info/entry_points.txt
kubekind.egg-info/requires.txt
kubekind.egg-info/top_level.txt
kubekind/resources/container.py
kubekind/resources/pod.py
tests/test_resources_context.py
tests/test_resources_def.py
tests/test_version.py