.gitignore
LICENSE
README.md
pyproject.toml
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/build.yaml
.github/workflows/release.yaml
docker-cli/pyproject.toml
docs/3rd_party_licenses/pathspec.md
src/kaniko_remote/__init__.py
src/kaniko_remote/_version.py
src/kaniko_remote/authorisers.py
src/kaniko_remote/builder.py
src/kaniko_remote/config.py
src/kaniko_remote/logging.py
src/kaniko_remote/main.py
src/kaniko_remote.egg-info/PKG-INFO
src/kaniko_remote.egg-info/SOURCES.txt
src/kaniko_remote.egg-info/dependency_links.txt
src/kaniko_remote.egg-info/entry_points.txt
src/kaniko_remote.egg-info/requires.txt
src/kaniko_remote.egg-info/top_level.txt
src/kaniko_remote/k8s/__init__.py
src/kaniko_remote/k8s/k8s.py
src/kaniko_remote/k8s/specs.py
tests/conftest.py
tests/configs/builder.yaml
tests/configs/pod_only_auth.yaml
tests/test-context/.dockerignore
tests/test-context/Dockerfile
tests/test-context/fake.mp3
tests/test-context/file-that-will-be-sent.md
tests/test-context/file-to-ignore.txt
tests/tests/1_config.py
tests/tests/2_k8sspecs.py
tests/tests/3_authorisers.py