.flake8
.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
requirements.txt
.github/pull_request_template.md
.github/workflows/build.yaml
.github/workflows/release.yaml
.github/workflows/tests.yaml
django_kubernetes.egg-info/PKG-INFO
django_kubernetes.egg-info/SOURCES.txt
django_kubernetes.egg-info/dependency_links.txt
django_kubernetes.egg-info/requires.txt
django_kubernetes.egg-info/top_level.txt
djk8s/__init__.py
djk8s/apps.py
djk8s/conf.py
djk8s/middleware.py
djk8s/probes.py
djk8s/urls.py
djk8s/version.py
djk8s/views.py
djk8s/management/__init__.py
djk8s/management/commands/__init__.py
djk8s/management/commands/ensureadmin.py
djk8s/management/commands/probe.py
djk8s/management/commands/wait4db.py
djk8s/migrations/__init__.py
tests/__init__.py
tests/nourls.py
tests/probes.py
tests/requirements.txt
tests/settings.py
tests/test_conf.py
tests/test_middleware.py
tests/test_views.py
tests/urls.py